Skip to content

Commit

Permalink
Merge pull request #13 from pieces-app/bug/fix-system-prompting
Browse files Browse the repository at this point in the history
Fixing system prompt being ignored in long chats
  • Loading branch information
jimbobbennett authored Oct 21, 2024
2 parents 1da6ada + 6ea4c6d commit 77e7bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client/Copilot/CopilotChat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ private async Task<string> CreateQuestionInputJsonAsync(string question, Cancell
relevant: relevant,
application: application.Id,
temporal: temporalRangeGrounding,
messages: conversation.Messages,
model: Model.Id
);

Expand Down

0 comments on commit 77e7bcd

Please sign in to comment.