ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: How to get Agent ID

Open xxzxb opened this issue 10 months ago • 1 comments

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" ?

xxzxb avatar Feb 27 '25 03:02 xxzxb

Image

KevinHuSh avatar Feb 27 '25 04:02 KevinHuSh