Package org.netxms.client.ai
Class AiAssistantSkill
java.lang.Object
org.netxms.client.ai.AiAssistantSkill
AI assistant skill
-
Constructor Summary
ConstructorsConstructorDescriptionAiAssistantSkill(NXCPMessage msg, long baseId) Create skill object from NXCP message. -
Method Summary
Modifier and TypeMethodDescriptionGet default execution mode.Get skill description.getName()Get skill name.booleanCheck if this skill is disabled by administrator.booleanCheck if this skill supports delegation.
-
Constructor Details
-
AiAssistantSkill
Create skill object from NXCP message.- Parameters:
msg- NXCP messagebaseId- base ID for skill fields
-
-
Method Details
-
getName
Get skill name.- Returns:
- skill name
-
getDescription
Get skill description.- Returns:
- skill description
-
isDisabled
public boolean isDisabled()Check if this skill is disabled by administrator.- Returns:
- true if disabled
-
isSupportsDelegation
public boolean isSupportsDelegation()Check if this skill supports delegation.- Returns:
- true if delegation is supported
-
getDefaultMode
Get default execution mode.- Returns:
- default execution mode ("loaded" or "delegated")
-