MCPcopy Create free account
hub / github.com/OpenOSINT/OpenOSINT / ToolCall

Class ToolCall

openosint/agent.py:367–372  ·  view source on GitHub ↗

Represents a single tool invocation during the agent loop.

Source from the content-addressed store, hash-verified

365
366@dataclass
367class ToolCall:
368 """Represents a single tool invocation during the agent loop."""
369
370 name: str
371 input: dict[str, Any]
372 result: str = ""
373
374
375@dataclass

Callers 2

_process_tool_turnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected