Skip to content
Snippets Groups Projects

Add MergeRequestReader to chat

Merged Gosia Ksionek requested to merge mk-mr-for-chat into master
Compare and Show latest version
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,7 +23,7 @@ def current_page_sentence
def current_page_short_description
<<~SENTENCE
The user is currently on a page that displays a merge request with a description, comments, etc., which the user might refer to, for example, as 'current', 'this' or 'that'. The title of the merge request is '#{resource.title}'. Remember to use the 'MergeRequestReader' tool if they ask a question about the MergeRequest.
The user is currently on a page that displays a merge request with a description, comments, etc., which the user might refer to, for example, as 'current', 'this' or 'that'. The title of the merge request is '#{resource.title}'. Remember to use the 'MergeRequestReader' tool if they ask a question about the Merge Request.
SENTENCE
end
end
Loading