MCPcopy Create free account
hub / github.com/zai-org/ChatGLM3 / tool_call

Function tool_call

openai_api_demo/utils.py:29–30  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

27 if use_tool:
28 content = "\n".join(content.split("\n")[1:-1])
29 def tool_call(**kwargs):
30 return kwargs
31
32 parameters = eval(content)
33 content = {

Callers 1

dispatch_toolFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected