Quesries an agent.
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
The question being asked
The answer to the question (can be null)
The role of the responder
The content of the response