ragflow
ragflow copied to clipboard
[Question]: How to get Agent ID
Describe your problem
通过API调用Agent时需要用到agnet_id作为请求parameter,for example:
curl --request POST \ --url http://{address}/api/v1/agents/{agent_id}/completions \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <YOUR_API_KEY>' \ --data-binary ' { }'
where can I find the "agnet_id" ?