|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
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. | |
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.