GenerateActionOptions class

Constructors

GenerateActionOptions({String? model, List<DocumentData>? docs, required List<Message> messages, List<String>? tools, String? toolChoice, Map<String, dynamic>? config, GenerateActionOutputConfig? output, Map<String, dynamic>? resume, bool? returnToolRequests, int? maxTurns, String? stepName})
GenerateActionOptions.fromJson(Map<String, dynamic> json)
factory

Properties

config Map<String, dynamic>?
getter/setter pair
docs List<DocumentData>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxTurns int?
getter/setter pair
messages List<Message>
getter/setter pair
model String?
getter/setter pair
output GenerateActionOutputConfig?
getter/setter pair
resume Map<String, dynamic>?
getter/setter pair
returnToolRequests bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepName String?
getter/setter pair
toolChoice String?
getter/setter pair
tools List<String>?
getter/setter pair

Methods

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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

$schema → const SchemanticType<GenerateActionOptions>