class

OpenAI::WorkflowTracingParam

Inherits JSON::Serializable < Reference < Object

Controls diagnostic tracing during the session.

Constructors

new(enabled : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

enabled

Whether tracing is enabled during the session. Defaults to true.

Source
enabled=(enabled : Bool | Nil)

Whether tracing is enabled during the session. Defaults to true.

Source