mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
feat(core): Cleanup after migrating tools. (#6199)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ const createFakeCompletedToolCall = (
|
||||
status: 'success',
|
||||
request,
|
||||
tool,
|
||||
invocation: tool.build({}),
|
||||
invocation: tool.build({ param: 'test' }),
|
||||
response: {
|
||||
callId: request.callId,
|
||||
responseParts: {
|
||||
|
||||
Reference in New Issue
Block a user