Packages

A Gleam framework for building AI agents — type-safe, multi-provider, with tool calling, streaming, and simulation testing

Current section

Files

Jump to
glean include glean@models@openai_reasoning_Reasoning.hrl
Raw

include/glean@models@openai_reasoning_Reasoning.hrl

-record(reasoning, {
api_key :: binary(),
model_id :: binary(),
max_output_tokens :: gleam@option:option(integer()),
stop_sequences :: gleam@option:option(list(binary())),
deprecated_info :: gleam@option:option({binary(), binary()})
}).