class

OpenAI::RealtimeSessionTracingVariant1Inner2

Inherits JSON::Serializable < Reference < Object

Granular configuration for tracing.

Constructors

new(workflow_name : String | Nil = nil, group_id : String | Nil = nil, metadata : Hash(String, JSON::Any) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

group_id

The group id to attach to this trace to enable filtering and grouping in the traces dashboard.

Source
group_id=(group_id : String | Nil)

The group id to attach to this trace to enable filtering and grouping in the traces dashboard.

Source
metadata

The arbitrary metadata to attach to this trace to enable filtering in the traces dashboard.

Source
metadata=(metadata : Hash(String, JSON::Any) | Nil)

The arbitrary metadata to attach to this trace to enable filtering in the traces dashboard.

Source
workflow_name

The name of the workflow to attach to this trace. This is used to name the trace in the traces dashboard.

Source
workflow_name=(workflow_name : String | Nil)

The name of the workflow to attach to this trace. This is used to name the trace in the traces dashboard.

Source