Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/BMTools
/ GetIDResponse
Class
GetIDResponse
bmtools/tools/meta_analysis/api.py:361–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
content : Optional[str] = None
360
361
class
GetIDResponse(BaseModel):
362
state : int
363
content : Union[str, List[str]]
364
365
366
def
build_tool(config) -> Tool:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected