Skip to content
代码片段 群组 项目
提交 dda191f8 编辑于 作者: Gosia Ksionek's avatar Gosia Ksionek
浏览文件

Merge branch 'jp-cmd-fixes' into 'master'

No related branches found
No related tags found
无相关合并请求
......@@ -94,7 +94,7 @@ def agent_or_tool_response(response_handler)
options: { input: options[:content] },
stream_response_handler: stream_response_handler,
command: command
).perform
).execute
end
Gitlab::Llm::Chain::Agents::ZeroShot::Executor.new(
......
......@@ -264,7 +264,7 @@
expect(::Gitlab::Llm::Chain::Agents::ZeroShot::Executor).not_to receive(:new)
expect(expected_tool)
.to receive(:new).with(expected_params).and_return(executor)
expect(executor).to receive(:perform).and_return(answer)
expect(executor).to receive(:execute).and_return(answer)
subject
end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册