chat_prompt Module
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.
Classes
| ChatPrompt |
Core class for interacting with AI models through a prompt-based interface. Handles message processing, function calling, and plugin execution. Provides a flexible framework for building AI-powered applications. Initialize ChatPrompt with model and optional functions/plugins. |
| ChatSendResult |
Result of sending a message through ChatPrompt. Contains the final response from the AI model after all function calls and plugin processing have been completed. |