Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@response_McpToolCall.hrl
Raw

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())
}).