Duo Chat: Use "Action Input" not "ActionInput" in example
* I observed that Claude 2 still returns "Action Input" most of the time because that is what we tell it to return in the system prompt. But when I started working on Claude 3, I noticed that it was following this example and returning "ActionInput" instead. This broke our chain of thoguht parsing, which has a regex that matches on "Action Input" (with a space) * This text without a space was added here: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146634 * MR where Claude 3 work is happening: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148223
显示
- ee/lib/gitlab/llm/chain/tools/ci_editor_assistant/executor.rb 1 个添加, 1 个删除...ib/gitlab/llm/chain/tools/ci_editor_assistant/executor.rb
- ee/lib/gitlab/llm/chain/tools/epic_reader/executor.rb 1 个添加, 1 个删除ee/lib/gitlab/llm/chain/tools/epic_reader/executor.rb
- ee/lib/gitlab/llm/chain/tools/gitlab_documentation/executor.rb 1 个添加, 1 个删除...b/gitlab/llm/chain/tools/gitlab_documentation/executor.rb
- ee/lib/gitlab/llm/chain/tools/issue_reader/executor.rb 1 个添加, 1 个删除ee/lib/gitlab/llm/chain/tools/issue_reader/executor.rb
想要评论请 注册 或 登录