-
- Downloads
Add missing thread to chat conversation
Missing thread was causing the Duo Code Review Chat to load the messages from first thread all the time which is incorrect. It should load messages from the current thread only.
parent
12fbfb21
No related branches found
No related tags found
Showing
- ee/lib/gitlab/duo/chat/react_executor.rb 4 additions, 3 deletionsee/lib/gitlab/duo/chat/react_executor.rb
- ee/lib/gitlab/llm/chain/utils/chat_conversation.rb 4 additions, 3 deletionsee/lib/gitlab/llm/chain/utils/chat_conversation.rb
- ee/lib/gitlab/llm/completions/chat.rb 1 addition, 0 deletionsee/lib/gitlab/llm/completions/chat.rb
- ee/spec/lib/gitlab/llm/chain/utils/chat_conversation_spec.rb 3 additions, 2 deletionsee/spec/lib/gitlab/llm/chain/utils/chat_conversation_spec.rb
- ee/spec/lib/gitlab/llm/completions/chat_spec.rb 16 additions, 8 deletionsee/spec/lib/gitlab/llm/completions/chat_spec.rb
Please register or sign in to comment