Skip to content

Struct FTryllToolParamDefinition

ClassList > FTryllToolParamDefinition

More...

  • #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

FString FTryllToolParamDefinition::Description;

variable Name

FString FTryllToolParamDefinition::Name;

variable Type

FString FTryllToolParamDefinition::Type;

variable bOverrideDescription

bool FTryllToolParamDefinition::bOverrideDescription;

Human-readable parameter description for the SLM prompt.


variable bOverrideName

bool FTryllToolParamDefinition::bOverrideName;

Parameter name exposed to the SLM in the tool schema.


variable bOverrideType

bool FTryllToolParamDefinition::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