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

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.
 

Detailed Description

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.

Definition at line 24 of file types.h.


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