Skip to main content
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",
  "message": "System prompt resetado com sucesso.",
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.dados.rio/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

agent_type
string
default:agentic_search

Tipo do agente para resetar o prompt

Response

Successful Response

Schema para resposta do reset de system prompt.

success
boolean
required

Status geral da operação

agent_type
string
required

Tipo de agente que foi resetado

message
string
default:""

Mensagem adicional sobre a operação