DELETE
/
api
/
v1
/
system-prompt
/
reset
Reset System Prompt
curl --request DELETE \
  --url https://services.staging.app.dados.rio/eai-agent/api/v1/system-prompt/reset \
  --header 'Authorization: Bearer <token>'
{
  "agent_type": "agentic_search",
  "agents_updated": {
    "agt_123456789": true,
    "agt_987654321": true
  },
  "message": "System prompt resetado com sucesso para 2 agentes.",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agent_type
string
required

Tipo do agente para resetar o prompt

update_agents
boolean
default:false

Atualizar também os agentes existentes

Response

200
application/json

Successful Response

Schema para resposta do reset de system prompt.