Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zai-org/GLM-4
/ ToolObservation
Class
ToolObservation
demo/composite_demo/src/tools/interface.py:6–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
@dataclass
6
class
ToolObservation:
7
content_type: str
8
text: str
9
image_url: str | None = None
10
role_metadata: str | None = None
11
metadata: Any = None
Callers
4
dispatch_tool
Function · 0.70
tool_call
Function · 0.70
map_response
Function · 0.70
map_response
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected