|
cxxmcp 1.1.6
C++ MCP SDK
|
Assistant-side tool call request embedded in sampling content. More...
#include <sampling.hpp>
Public Attributes | |
| std::string | id |
| Unique id for this requested tool call. | |
| std::string | name |
| Tool name to invoke. | |
| Json | input = Json::object() |
| JSON object containing tool arguments. | |
| std::optional< Json > | meta |
Optional _meta extension object preserved on the wire. | |
| Json | extensions = Json::object() |
| Unknown JSON members preserved for forward-compatible round trips. | |
Assistant-side tool call request embedded in sampling content.