Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ToolChoiceAllowed.hrl
Raw

include/glopenai@response_ToolChoiceAllowed.hrl

-record(tool_choice_allowed, {
mode :: glopenai@response:tool_choice_allowed_mode(),
tools :: gleam@dynamic:dynamic_()
}).