Execute a specific chat agent by ID using the OpenAI-compatible API.
Documentation Index
Fetch the complete documentation index at: https://docs.tess.im/llms.txt
Use this file to discover all available pages before exploring further.
temperature and messages (roles system, user and assistant) model parameters. Additionally, the tools parameter is a string enum. To verify the model parameters of an specific agent, see the Get Agent endpoint.
| Parameter | Type | Required | Description |
|---|---|---|---|
x-workspace-id | integer | No | ID of the workspace. If not provided, the user’s selected workspace will be used. Will be required in a future release. |
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The agent ID. |
temperature and messages (roles system, user and assistant) model parameters. Additionally, the tools parameter is a string enum. To verify the model parameters of a specific agent, see the Get Agent endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the workspace. If not provided, the user's selected workspace will be used. This field will be required in a future release.
The agent ID.
Send a JSON object in OpenAI-compatible format. You can also include custom root-level fields when needed by your agent configuration.
Free-form JSON object in OpenAI-compatible format. Custom fields can also be sent at the root level.
Chat completion response.