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¶
variable callId¶
variable disposition¶
variable nodeName¶
variable toolName¶
The documentation for this class was generated from the following file C:/_tryll/_monorepo3/tryll/clients/cpp/include/tryll/AgentProxy.h