ai property
AiClient
get
ai
Returns a set of AI specific clients. Currently, the only supported client
is the AI Assistant, which is accessed through the assistant
.
Implementation
AiClient get ai {
_validateNotDestructed();
return _aiClient;
}