Ejecuta un agente de chat específico por ID usando la API compatible con OpenAI.
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 y messages (funciones system, user y assistant). Además, el parámetro tools es un enum de string. Para verificar los parámetros de modelo de un agente específico, consulte el endpoint Obtener Agente.
| Parámetro | Tipo | Requerido | Descripción |
|---|---|---|---|
x-workspace-id | integer | No | ID del espacio de trabajo. Si no se proporciona, se usará el espacio de trabajo seleccionado. Será requerido en una versión futura. |
| Parámetro | Tipo | Requerido | Descripción |
|---|---|---|---|
id | integer | Sí | El ID del agente. |
temperature y messages (funciones system, user y assistant). Además, el parámetro tools es un enum de string. Para verificar los parámetros de modelo de un agente específico, consulte el endpoint Obtener Agente.
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.