Current section
Files
Jump to
Current section
Files
include/glopenai@response_McpToolCall.hrl
-record(mcp_tool_call, {
arguments :: binary(),
id :: binary(),
name :: binary(),
server_label :: binary(),
approval_request_id :: gleam@option:option(binary()),
error :: gleam@option:option(binary()),
output :: gleam@option:option(binary()),
status :: gleam@option:option(glopenai@response:mcp_tool_call_status())
}).