PromptOptions class
Contains the primary input data for the AI.
Constructors
-
PromptOptions({required String prompt, List<
ImageOptions> ? files, bool? stream}) -
PromptOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? prompt, List< ImageOptions> ? files, bool? stream}) → PromptOptions -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited