Skip to content
Snippets Groups Projects

Add MergeRequestReader to chat

Merged Gosia Ksionek requested to merge mk-mr-for-chat into master
2 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,13 +8,13 @@ module MergeRequestReader
class Executor < Identifier
include Concerns::ReaderTooling
RESOURCE_NAME = 'mergerequest'
RESOURCE_NAME = 'merge request'
NAME = "MergeRequestReader"
HUMAN_NAME = 'Merge Request Search'
DESCRIPTION = 'Gets the content of the current merge request (also referenced as this or that) the user sees ' \
'or a specific merge request identified by an ID or a URL.' \
'In this context, "merge request" means part of work that is ready to be merged. ' \
'Action Input for this tool should be the original question or merge request identifier.'
DESCRIPTION = 'Gets the content of the current merge request (also referenced as this or that, or MR)' \
'the user sees or a specific merge request identified by an ID or a URL.' \
'In this context, "merge request" means part of work that is ready to be merged. ' \
'Action Input for this tool should be the original question or merge request identifier.'
EXAMPLE =
<<~PROMPT
Loading