cURL
curl --request GET \ --url http://localhost:3773/agent/skills
{ "skills": [ { "id": "question-answering-v1", "name": "Question Answering", "description": "Answer questions based on context", "version": "1.0.0" } ] }
Returns a list of all skills supported by the agent
Show child attributes
Was this page helpful?