Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_FunctionShellCall.hrl
Raw

include/glopenai@response_FunctionShellCall.hrl

-record(function_shell_call, {
id :: binary(),
call_id :: binary(),
action :: glopenai@response:function_shell_action(),
status :: glopenai@response:function_shell_call_item_status(),
environment :: gleam@option:option(glopenai@response:function_shell_call_environment()),
created_by :: gleam@option:option(binary())
}).