Struct FTryllNodeEventKeyValue¶
ClassList > FTryllNodeEventKeyValue
Intent classification typed event — fired for NodeEvent event_type="intent_classified". More...
#include <TryllSubsystem.h>
Public Attributes¶
| Type | Name |
|---|---|
| FString | Key |
| FString | Value |
Detailed Description¶
Detailed tool-call event carrying the full owning FTryllToolCall value object (node name and disposition included) alongside the agent id. Fired in addition to — never instead of — OnToolCall / OnToolCallWithId, so a manual handler can tell whether to send results for await_result or plain-resume for other pausing dispositions. Pause typed event — fired for NodeEvent event_type="paused" (the executor paused the turn between nodes; ChangeAgentParam is allowed while paused). Generic NodeEvent fallback — fired for any event_type without a typed delegate (or when the typed delegate has no subscribers). KvPairs preserves wire order.
Public Attributes Documentation¶
variable Key¶
variable Value¶
The documentation for this class was generated from the following file C:/_tryll/_monorepo3/tryll/clients/unreal/Source/TryllClient/Public/TryllSubsystem.h