Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ToolSearchCall.hrl
Raw

include/glopenai@response_ToolSearchCall.hrl

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