Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_LocalShellToolCall.hrl
Raw

include/glopenai@response_LocalShellToolCall.hrl

-record(local_shell_tool_call, {
action :: glopenai@response:local_shell_exec_action(),
call_id :: binary(),
id :: binary(),
status :: glopenai@response:output_status()
}).