MCPcopy
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
6class 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_toolFunction · 0.70
tool_callFunction · 0.70
map_responseFunction · 0.70
map_responseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected