Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
class
Question(BaseModel):
29
qid:str
30
query:str
31
available_tools:List[Tool]
32
33
34
GID = str
Callers
1
get_new_question
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected