MCPcopy Create free account
hub / github.com/OpenBMB/ToolBench / Info

Class Info

toolbench/inference/server.py:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class Info(BaseModel):
10 category: str
11 tool_name: str
12 api_name: str
13 tool_input: Union[str, dict]
14 strip: str
15
16def prepare_tool_name_and_url(tools_root, info):
17 category = info.category

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected