Skip to content

Commit

Permalink
Update CreateAnswerCommentTaskCommand.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 6, 2024
1 parent c41e9e4 commit 248b297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public async Task ExecuteAsync(CreateAnswerCommentTask request)
openAiChat.Messages.Add(new() { Role = "user",
Content = """
## Instruction
Answer the question query above in a concise manner.
Answer my follow up question above in a concise manner.
Keep your response on the topic of the original question and answer, directly addressing my specific comment.
Max 2-3 sentences.
"""
Expand Down

0 comments on commit 248b297

Please sign in to comment.