Packages

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

Current section

Files

Jump to
glopenai include glopenai@chat_WebSearchOptions.hrl
Raw

include/glopenai@chat_WebSearchOptions.hrl

-record(web_search_options, {
search_context_size :: gleam@option:option(glopenai@chat:web_search_context_size()),
user_location :: gleam@option:option(glopenai@chat:web_search_user_location())
}).