|
cxxmcp 1.1.6
C++ MCP SDK
|
User-side result for a prior sampling tool call. More...
#include <sampling.hpp>
Public Attributes | |
| std::string | tool_use_id |
| Id of the corresponding tool use. | |
| std::vector< ContentBlock > | content |
| Tool-visible content blocks returned by the tool. | |
| std::optional< Json > | structured_content |
| Optional structured result object. | |
| std::optional< bool > | is_error |
| Optional error marker for failed tool execution. | |
| 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. | |
User-side result for a prior sampling tool call.