Gets info about an existing agent.
curl --request GET \ --url http://127.0.0.1:47334/api/projects/{projectName}/agents/{agentName}
{ "name": "<string>", "model": "<string>", "skills": [ "<string>" ] }
The name of the project where agent resides
Name of existing agent
A conversational model used by an agent
One or more skills that an agent can use