Skip to content

Struct Tryll::Client::GraphDescription::NodeDesc

ClassList > Tryll > Client > GraphDescription > NodeDesc

Internal serialisable description of one node.

  • #include <GraphDescription.h>

Public Attributes

Type Name
std::string name
Graph-unique node name.
Params params
Key/value node parameters (string-typed on the wire).
std::vector< ToolDef > tools
Tool definitions; populated for ToolCall nodes only.
NodeType type
Node kind; see NodeType .

Public Attributes Documentation

variable name

Graph-unique node name.

std::string Tryll::Client::GraphDescription::NodeDesc::name;


variable params

Key/value node parameters (string-typed on the wire).

Params Tryll::Client::GraphDescription::NodeDesc::params;


variable tools

Tool definitions; populated for ToolCall nodes only.

std::vector<ToolDef> Tryll::Client::GraphDescription::NodeDesc::tools;


variable type

Node kind; see NodeType .

NodeType Tryll::Client::GraphDescription::NodeDesc::type;



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