ContextInfo class
Constructors
- ContextInfo({required double credit, required int availableContext, required int usedContext, required int outputTokens, required int userQuery})
-
ContextInfo.fromMap(Map<
String, dynamic> json) -
factory
Properties
- availableContext ↔ int
-
getter/setter pair
- credit ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputTokens ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- usedContext ↔ int
-
getter/setter pair
- userQuery ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited