Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ToolSearchOutput.hrl
Raw

include/glopenai@response_ToolSearchOutput.hrl

-record(tool_search_output, {
id :: binary(),
call_id :: gleam@option:option(binary()),
execution :: glopenai@response:tool_search_execution_type(),
tools :: gleam@dynamic:dynamic_(),
status :: glopenai@response:function_call_status(),
created_by :: gleam@option:option(binary())
}).