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.
variable params¶
Key/value node parameters (string-typed on the wire).
variable tools¶
Tool definitions; populated for ToolCall nodes only.
variable type¶
Node kind; see NodeType .
The documentation for this class was generated from the following file C:/_tryll/_monorepo/server/client-cpp/include/tryll/GraphDescription.h