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

Class Question

toolbench/tooleval/evaluation/dataclass.py:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 # meta:ToolMeta #removed
27
28class Question(BaseModel):
29 qid:str
30 query:str
31 available_tools:List[Tool]
32
33
34GID = str

Callers 1

get_new_questionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected