Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_McpApprovalResponse.hrl
Raw

include/glopenai@response_McpApprovalResponse.hrl

-record(mcp_approval_response, {
approval_request_id :: binary(),
approve :: boolean(),
id :: gleam@option:option(binary()),
reason :: gleam@option:option(binary())
}).