NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::ChatTool Struct Reference

Tool definition metadata sent to the LLM. More...

#include <types.h>

Public Attributes

std::string description
 Human-readable description of what the tool does.
 
std::string name
 Tool name (must be unique within a session).
 
json parameters
 JSON Schema object describing the tool's parameters.
 

Detailed Description

Tool definition metadata sent to the LLM.

Describes a callable tool with its name, description, and parameter schema (JSON Schema object) so the LLM can decide when and how to call it.

Definition at line 51 of file types.h.


The documentation for this struct was generated from the following file: