Struct FTryllGraphDescription¶
ClassList > FTryllGraphDescription
#include <TryllGraphDescription.h>
Public Attributes¶
| Type | Name |
|---|---|
| FString | DefaultModelName |
| TArray< FTryllNodeDescription > | Nodes |
| TArray< FTryllExitRoute > | Routes |
| FString | StartNode |
Detailed Description¶
Complete graph description: nodes, routing, and entry point. Sent inside CreateAgentRequest.
Public Attributes Documentation¶
variable DefaultModelName¶
Fallback model name for nodes that do not specify their own "model_name" param. Empty means every Generate node must supply its own.
variable Nodes¶
variable Routes¶
variable StartNode¶
The documentation for this class was generated from the following file C:/_tryll/_monorepo/server/client-unreal/Source/TryllClient/Public/TryllGraphDescription.h