OpenAIBeta class

Properties

hashCode int
The hash code for this object.
no setterinherited
message OpenAIMessage
no setter
run OpenAIRun
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thread OpenAIThread
no setter

Methods

getThreadMessages(String threadId) Future<(Exception?, List<ThreadMessage>?)>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendMessage({String? threadId, required String assistantId, required String content}) Future<(Exception?, ThreadMessage?)>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance OpenAIBeta
no setter