Current section
Files
Jump to
Current section
Files
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())
}).