cURL
curl --request GET \ --url https://services.staging.app.dados.rio/eai-agent/api/v1/system-prompt/agent-types \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Obtém os tipos de agentes disponíveis baseados nas tags que contêm ‘agentic’.
Returns: List[str]: Lista de tags de agentes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response