OpenAI::ChatkitWorkflow
Inherits JSON::Serializable < Reference < Object
Workflow metadata and state returned for the session.
Constructors
new(pull : JSON::PullParser)
Sourcenew(id : String = "", version : ChatkitWorkflowVersion = nil, state_variables : ChatkitWorkflowStateVariables = nil, tracing : ChatkitWorkflowTracing = ChatkitWorkflowTracing.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
state_variables
Sourcestate_variables=(state_variables : ChatkitWorkflowStateVariables)
Sourceversion
Sourceversion=(version : ChatkitWorkflowVersion)
Source