Uses of Class
mindsdb.models.skill.Skill
Packages that use Skill
-
Uses of Skill in mindsdb.models.agent
Constructor parameters in mindsdb.models.agent with type arguments of type SkillModifierConstructorDescriptionAgent(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
Subclasses of Skill in mindsdb.models.skillModifier and TypeClassDescriptionclassThe RetrievalSkill class represents a specific type of skill that focuses on retrieval tasks.classThe SQLSkill class represents a specific type of skill that focuses on SQL tasks.Methods in mindsdb.models.skill that return Skill -
Uses of Skill in mindsdb.services
Methods in mindsdb.services that return SkillModifier 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 skillMethods in mindsdb.services that return types with arguments of type SkillModifier and TypeMethodDescriptionSkills.list()List all skills in the project.Server.listSkills()List all skillsMethods in mindsdb.services with parameters of type Skill