Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_ChatkitWorkflow.hrl
Raw

include/glopenai@chatkit_ChatkitWorkflow.hrl

-record(chatkit_workflow, {
id :: binary(),
version :: gleam@option:option(binary()),
state_variables :: gleam@option:option(gleam@dict:dict(binary(), gleam@dynamic:dynamic_())),
tracing :: glopenai@chatkit:chatkit_workflow_tracing()
}).