AssistantCapability class abstract

Assistant management capability

Implementers

Constructors

AssistantCapability.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAssistant(CreateAssistantRequest request) Future<Assistant>
Create an assistant
deleteAssistant(String assistantId) Future<DeleteAssistantResponse>
Delete an assistant
listAssistants([ListAssistantsQuery? query]) Future<ListAssistantsResponse>
List assistants
modifyAssistant(String assistantId, ModifyAssistantRequest request) Future<Assistant>
Modify an assistant
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieveAssistant(String assistantId) Future<Assistant>
Retrieve an assistant
toString() String
A string representation of this object.
inherited

Operators

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