MCP / Éditeur
edit_assistant
Copilote d'édition en langage naturel.
Exemple en conversation
Demandez simplement à votre assistant :
« Raccourcis l'intro et ajoute un titre à l'écran au début. »
Arguments
| Nom | Type | Requis | Description |
|---|---|---|---|
job_id | string | oui | ID. |
instruction | string | oui | Consigne libre. |
Appel de l'outil (JSON)
{
"job_id": "<job_id>",
"instruction": "<instruction>"
}Ce que renvoie l'outil
Comme l'endpoint POST /v1/jobs/{id}/assistant :
{
"reply": "J'ai raccourci l'intro et proposé un remplacement.",
"timeline": {
"…": "…"
}
}