Packages

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

Current section

Files

Jump to
glopenai include glopenai@shared_ResponseFormatJsonSchema.hrl
Raw

include/glopenai@shared_ResponseFormatJsonSchema.hrl

-record(response_format_json_schema, {
name :: binary(),
description :: gleam@option:option(binary()),
schema :: gleam@option:option(gleam@dynamic:dynamic_()),
strict :: gleam@option:option(boolean())
}).