Skip to content
代码片段 群组 项目
未验证 提交 b74c6ee7 编辑于 作者: Rutger Wessels's avatar Rutger Wessels 提交者: GitLab
浏览文件

Merge branch 'jy-chain-of-thought-parsing-improvement' into 'master'

Duo Chat: Use "Action Input" not "ActionInput" in example

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148276



Merged-by: default avatarRutger Wessels <rwessels@gitlab.com>
Approved-by: default avatarShinya Maeda <shinya@gitlab.com>
Approved-by: default avatarRutger Wessels <rwessels@gitlab.com>
Co-authored-by: default avatarJessie Young <jessieyoung@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -23,7 +23,7 @@ class Executor < Tool
Thought: You have asked a question related to deployment of an application or CI/CD pipelines.
"CiEditorAssistant" tool can assist with this kind of questions.
Action: CiEditorAssistant
ActionInput: Please create a deployment configuration for a node.js application.
Action Input: Please create a deployment configuration for a node.js application.
PROMPT
PROVIDER_PROMPT_CLASSES = {
......
......@@ -23,7 +23,7 @@ class Executor < EpicIdentifier::Executor
The question is about an epic, so you need to use "EpicReader" tool.
Based on this information you can present final answer.
Action: EpicReader
ActionInput: Please identify the author of &123 epic.
Action Input: Please identify the author of &123 epic.
PROMPT
PROVIDER_PROMPT_CLASSES = {
......
......@@ -22,7 +22,7 @@ class Executor < Tool
Thought: Question is about inner working of GitLab. "GitlabDocumentation" tool is the right one for
the job.
Action: GitlabDocumentation
ActionInput: How do I set up a new project?
Action Input: How do I set up a new project?
PROMPT
def perform(&_block)
......
......@@ -24,7 +24,7 @@ class Executor < IssueIdentifier::Executor
Question is about the content of an issue, so you need to use "IssueReader" tool to retrieve and read issue.
Based on this information you can present final answer about issue.
Action: IssueReader
ActionInput: Please identify the author of #123 issue
Action Input: Please identify the author of #123 issue
PROMPT
PROVIDER_PROMPT_CLASSES = {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册