Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_ClientToolCallItem.hrl
Raw

include/glopenai@chatkit_ClientToolCallItem.hrl

-record(client_tool_call_item, {
id :: binary(),
object :: binary(),
created_at :: integer(),
thread_id :: binary(),
status :: glopenai@chatkit:client_tool_call_status(),
call_id :: binary(),
name :: binary(),
arguments :: binary(),
output :: gleam@option:option(binary())
}).