Skip to content

Struct Tryll::Client::ToolParamDef

ClassList > Tryll > Client > ToolParamDef

Description of one parameter of a tool definition. More...

  • #include <GraphDescription.h>

Public Attributes

Type Name
std::string description
Human-readable description shown to the model.
std::string name
Parameter name as the model will emit it.
std::string type
Type hint, e.g. "string", "integer", "boolean".

Detailed Description

Bundled into a ToolDef and shown to the model in the tool-calling prompt produced by a ToolCall node.

Public Attributes Documentation

variable description

Human-readable description shown to the model.

std::string Tryll::Client::ToolParamDef::description;


variable name

Parameter name as the model will emit it.

std::string Tryll::Client::ToolParamDef::name;


variable type

Type hint, e.g. "string", "integer", "boolean".

std::string Tryll::Client::ToolParamDef::type;



The documentation for this class was generated from the following file C:/_tryll/_monorepo/server/client-cpp/include/tryll/GraphDescription.h