Skip to main content
Version: Next

streamable_http_communication_protocol

File: plugins/communication_protocols/http/src/utcp_http/streamable_http_communication_protocol.py

class StreamableHttpCommunicationProtocol (CommunicationProtocol)

No class documentation available

Methods:

async register_manual(self, caller, manual_call_template: CallTemplate) -> RegisterManualResult

No method documentation available

async deregister_manual(self, caller, manual_call_template: CallTemplate) -> None

No method documentation available

async call_tool(self, caller, tool_name: str, tool_args: Dict[str, Any], tool_call_template: CallTemplate) -> Any

No method documentation available

async call_tool_streaming(self, caller, tool_name: str, tool_args: Dict[str, Any], tool_call_template: CallTemplate) -> AsyncGenerator[Any, None]

No method documentation available