AI Agents
Update a Skill
Updates an existing skill, or creates a new skill if one doesn’t exist.
PUT
Path Parameters
The name of the project where agent resides
The name of the skill
Body
application/json
Response
200 - application/json
Used to store a data source connection when type is set to text2sql.
Skill description is important for an agent to decide which skill to use.
Used to store a knowledge_base object when type is set to knowledge_base.
Used to store table(s) names when type is set to text2sql.
Type of skill (text2sql | knowledge_base).
Was this page helpful?