|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
Represents a single tool invocation requested by the LLM. More...
#include <types.h>
Public Attributes | |
| std::string | arguments |
| JSON-encoded string of tool arguments. | |
| std::string | id |
| Unique identifier for this tool call. | |
| std::string | name |
| Name of the tool to invoke. | |
Represents a single tool invocation requested by the LLM.
When an LLM response contains tool calls, each call is represented as a ToolCall with a unique ID, the tool name, and its arguments serialized as a JSON string.