assistant method
Returns an AI Assistant client for the given integration. The AI Assistant
client can be used to build and chat with custom AI profiles. For more
information about the AI Assistant in Squid, please refer to the
(documentation)https://docs.squid.cloud/docs/integrations/ai/ai-assistant
.
Implementation
AiAssistantClient assistant({required IntegrationId integrationId}) =>
_aiAssistantFactory.getAssistant(integrationId);