IAIChat Members
Defines methods that set up AI chat Assistants.Methods
Name | Description |
---|---|
LoadMessages(IEnumerable<BlazorChatMessage>) | Loads messages to the chat history. |
SaveMessages() | Saves messages from the chat history. |
SendMessage(String, ChatRole, List<AIChatUploadFileInfo>) | Sends a message to the chat. |
SetupAssistantAsync(AIAssistantOptions) | Obsolete. Creates and sets up an OpenAI Assistant for the chat. |
SetupAssistantAsync(String, AIAssistantOptions) | Obsolete. Creates and sets up an OpenAI Assistant for the chat. |
SetupAssistantAsync(String, String) | Connects the chat to an existing OpenAI Assistant. |
See Also