Struct FTryllNodeDescription¶
ClassList > FTryllNodeDescription
#include <TryllGraphDescription.h>
Public Attributes¶
| Type | Name |
|---|---|
| FString | Name |
| TMap< FString, FString > | Params |
| TArray< FTryllToolDefinition > | Tools |
| ETryllNodeType | Type = ETryllNodeType::Generate |
Detailed Description¶
Description of one workflow node sent to the server.
Public Attributes Documentation¶
variable Name¶
variable Params¶
String key/value parameters passed to the node (e.g. "model_name", "system_prompt"). Using TMap for convenience; serialized as a flat vector of NodeParam in the FlatBuffers payload.
variable Tools¶
Tool definitions for ToolCall nodes. Ignored for all other node types.
variable Type¶
The documentation for this class was generated from the following file C:/_tryll/_monorepo/server/client-unreal/Source/TryllClient/Public/TryllGraphDescription.h