Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_WebSearchApproximateLocation.hrl
Raw

include/glopenai@response_WebSearchApproximateLocation.hrl

-record(web_search_approximate_location, {
city :: gleam@option:option(binary()),
country :: gleam@option:option(binary()),
region :: gleam@option:option(binary()),
timezone :: gleam@option:option(binary())
}).