cURL
curl --request POST \ --url http://127.0.0.1:47334/api/projects/{projectName}/agents/{agentName}/completions \ --header 'Content-Type: application/json' \ --data '{ "messages": [ { "question": "<string>", "answer": "<string>" } ] }'
{ "message": { "role": "<string>", "content": "<string>" } }
The name of the project where agent resides
The name of the agent
Show child attributes
Message submission successful
Was this page helpful?