Struct FTryllToolParamDefinition¶
ClassList > FTryllToolParamDefinition
#include <TryllToolParamDefinition.h>
Public Attributes¶
| Type | Name |
|---|---|
| FString | Description |
| FString | Name |
| FString | Type |
| bool | bOverrideDescription = false |
| bool | bOverrideName = false |
| bool | bOverrideType = false |
Detailed Description¶
One named parameter in a tool's schema (used in SLM prompt construction).
Public Attributes Documentation¶
variable Description¶
variable Name¶
variable Type¶
variable bOverrideDescription¶
Human-readable parameter description for the SLM prompt.
variable bOverrideName¶
Parameter name exposed to the SLM in the tool schema.
variable bOverrideType¶
JSON-schema-style type string (e.g. "string", "number").
The documentation for this class was generated from the following file C:/_tryll/_monorepo3/tryll/clients/unreal/Source/TryllClient/Public/Generated/Nodes/TryllToolParamDefinition.h