Class TracingConfig
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Realtime
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class TracingConfig
Properties
| Edit this page View SourceGroupId
Optional. The group id to attach to this trace to enable filtering and grouping in the Traces Dashboard.
Declaration
[JsonProperty("group_id")]
public string GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Optional. The arbitrary metadata to attach to this trace to enable filtering in the Traces Dashboard.
Declaration
[JsonProperty("metadata")]
public Dictionary<string, object> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, object> |
WorkflowName
Optional. The name of the workflow to attach to this trace. This is used to name the trace in the Traces Dashboard.
Declaration
[JsonProperty("workflow_name")]
public string WorkflowName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |