Skip to content

Struct Tryll::Client::AgentProxy::ToolCallEvent

ClassList > Tryll > Client > AgentProxy > ToolCallEvent

Owning tool-call event for deferred / async handling. More...

  • #include <AgentProxy.h>

Public Attributes

Type Name
std::string argumentsJson
std::string callId
std::string disposition
std::string nodeName
std::string toolName

Detailed Description

Unlike ToolCallCallback / ToolCallWithIdCallback, all fields are owned std::string values safe to capture beyond the reader-thread dispatch. Prefer SetOnToolCallEvent for new code.

Public Attributes Documentation

variable argumentsJson

std::string Tryll::Client::AgentProxy::ToolCallEvent::argumentsJson;

variable callId

std::string Tryll::Client::AgentProxy::ToolCallEvent::callId;

variable disposition

std::string Tryll::Client::AgentProxy::ToolCallEvent::disposition;

variable nodeName

std::string Tryll::Client::AgentProxy::ToolCallEvent::nodeName;

variable toolName

std::string Tryll::Client::AgentProxy::ToolCallEvent::toolName;


The documentation for this class was generated from the following file C:/_tryll/_monorepo3/tryll/clients/cpp/include/tryll/AgentProxy.h