Uses of Class
mindsdb.models.skill.Skill
-
Uses of Skill in mindsdb.models.agent
ModifierConstructorDescriptionAgent
(String name, String modelName, List<Skill> skills, com.google.gson.JsonObject params, LocalDateTime createdAt, LocalDateTime updatedAt) Constructor for AgentAgent
(String name, String modelName, List<Skill> skills, com.google.gson.JsonObject params, LocalDateTime createdAt, LocalDateTime updatedAt, String provider, Agents agents) Constructs a new Agent instance. -
Uses of Skill in mindsdb.models.skill
Modifier and TypeClassDescriptionclass
The RetrievalSkill class represents a specific type of skill that focuses on retrieval tasks.class
The SQLSkill class represents a specific type of skill that focuses on SQL tasks. -
Uses of Skill in mindsdb.services
Modifier and TypeMethodDescriptionCreate a new skill with the specified name, type, and parameters.Create a new skill with the specified name, type, and parameters.Create a skillGet a skill by name.Get a skill by nameUpdate a skill with the specified name and updated skill.Server.updateSkill
(String name, Skill updateSkill) Update a skillModifier and TypeMethodDescriptionSkills.list()
List all skills in the project.Server.listSkills()
List all skills