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

Class Properties

toolbench/tooleval/evaluation/dataclass.py:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 optional:Optional[List[str]] = []
17 type_:str = Field(alias='type')
18 class Properties(BaseModel):
19 type_:str = Field(alias='type')
20 enum:Optional[List[str]] = None
21 description:Optional[str] = None
22 example_value:Optional[Union[str,bool,int,float]] = None
23 properties:Dict[str,Properties]
24 parameters:Parameters
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected