BaseRealtimeSession constructor
const
BaseRealtimeSession({
- required String? id,
- required String? object,
- RealtimeModel? model,
- String? instructions,
- List<
RealtimeFunctionTool> ? tools, - ToolChoice? toolChoice,
- num? temperature,
- Tracing? tracing,
Implementation
const BaseRealtimeSession({
required this.id,
required this.object,
this.model,
this.instructions,
this.tools,
this.toolChoice,
this.temperature,
this.tracing,
});