Get started with the ChatKit Python SDK
mainThe ChatKit Python SDK provides tools for building chat-based applications. To begin using the SDK, you should follow the Quick start guide, understand the core concept of Threads, and refer to the API reference for detailed method signatures.
Key resources for developers:
- Quick start: For initial setup and first calls.
- Core concepts: To understand how
Threadsmanage conversation state. - Guides: For specific tasks like responding to user messages or preparing an application for production.
- API reference: For the complete technical specification of the
chatkitpackage.