feat: moonshot function call (#3227)
This commit is contained in:
parent
4ad3f2cdc2
commit
a2c068d949
5 changed files with 423 additions and 21 deletions
|
|
@ -687,4 +687,4 @@ class CotAgentRunner(BaseAgentRunner):
|
|||
try:
|
||||
return json.dumps(tools, ensure_ascii=False)
|
||||
except json.JSONDecodeError:
|
||||
return json.dumps(tools)
|
||||
return json.dumps(tools)
|
||||
Loading…
Add table
Add a link
Reference in a new issue