-
Notifications
You must be signed in to change notification settings - Fork 751
fix(chat): fix for chat history for multuple tabs and user tool ignore #6906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(chat): fix for chat history for multuple tabs and user tool ignore #6906
Conversation
|
packages/core/src/codewhispererChat/controllers/chat/controller.ts
Outdated
Show resolved
Hide resolved
|
| if (fixedHistoryMessage.userInputMessage?.userInputMessageContext) { | ||
| triggerPayload.toolResults = fixedHistoryMessage.userInputMessage.userInputMessageContext.toolResults | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why can't we do this inside fixHistory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can but i'm not sending triggerPayload to fixHistory. fixHistory could be used for other operations, so i set it up to take in only ChatMessage
|
/retryBuilds |
Problem
Solution
feature/xbranches will not be squash-merged at release time.