@@ -143,7 +143,7 @@ export interface Session {
143
143
* `auto` will create a trace for the session with default values for the workflow
144
144
* name, group id, and metadata.
145
145
*/
146
- tracing ?: 'auto' | Session . UnionMember1 ;
146
+ tracing ?: 'auto' | Session . TracingConfiguration ;
147
147
148
148
/**
149
149
* Configuration for turn detection, ether Server VAD or Semantic VAD. This can be
@@ -257,7 +257,7 @@ export namespace Session {
257
257
/**
258
258
* Granular configuration for tracing.
259
259
*/
260
- export interface UnionMember1 {
260
+ export interface TracingConfiguration {
261
261
/**
262
262
* The group id to attach to this trace to enable filtering and grouping in the
263
263
* traces dashboard.
@@ -424,7 +424,7 @@ export interface SessionCreateResponse {
424
424
* `auto` will create a trace for the session with default values for the workflow
425
425
* name, group id, and metadata.
426
426
*/
427
- tracing ?: 'auto' | SessionCreateResponse . UnionMember1 ;
427
+ tracing ?: 'auto' | SessionCreateResponse . TracingConfiguration ;
428
428
429
429
/**
430
430
* Configuration for turn detection. Can be set to `null` to turn off. Server VAD
@@ -513,7 +513,7 @@ export namespace SessionCreateResponse {
513
513
/**
514
514
* Granular configuration for tracing.
515
515
*/
516
- export interface UnionMember1 {
516
+ export interface TracingConfiguration {
517
517
/**
518
518
* The group id to attach to this trace to enable filtering and grouping in the
519
519
* traces dashboard.
@@ -676,7 +676,7 @@ export interface SessionCreateParams {
676
676
* `auto` will create a trace for the session with default values for the workflow
677
677
* name, group id, and metadata.
678
678
*/
679
- tracing ?: 'auto' | SessionCreateParams . UnionMember1 ;
679
+ tracing ?: 'auto' | SessionCreateParams . TracingConfiguration ;
680
680
681
681
/**
682
682
* Configuration for turn detection, ether Server VAD or Semantic VAD. This can be
@@ -819,7 +819,7 @@ export namespace SessionCreateParams {
819
819
/**
820
820
* Granular configuration for tracing.
821
821
*/
822
- export interface UnionMember1 {
822
+ export interface TracingConfiguration {
823
823
/**
824
824
* The group id to attach to this trace to enable filtering and grouping in the
825
825
* traces dashboard.
0 commit comments