Assistant Management
Manage Assistant
The TaskingAI Python SDK provides a convenient way to interact with your existing assistant applications.
Before integrating with the SDK, you need to create an assistant application in the corresponding project on the TaskingAI platform.
To obtain the assistant_id
, navigate to the management page of the created application in your project. You can find the assistant_id
in the URL. For example, in the URL https://app.tasking.ai/projects/pX******/assistants/X5lMJvqeJlZ6tKPu********/playground
, the assistant_id
is X5lMJvqeJlZ6tKPu********
.
note
The Python SDK is for interacting with the assistant application, not for configuring it. Please update the assistant's configuration in the online playground.