RealtimeReasoning class
Configuration for reasoning-capable Realtime models such as gpt-realtime-2.
- Annotations
-
- @immutable
Constructors
- RealtimeReasoning({RealtimeReasoningEffort? effort})
-
Creates a RealtimeReasoning.
const
-
RealtimeReasoning.fromJson(Map<
String, dynamic> json) -
Creates a RealtimeReasoning from JSON.
factory
Properties
- effort → RealtimeReasoningEffort?
-
The reasoning effort level.
nullmeans use the model default.final - hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Object? effort = unsetCopyWithValue}) → RealtimeReasoning - Returns a copy of this RealtimeReasoning with the given fields replaced.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts to JSON.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override