diff --git a/app/MindWork AI Studio/Provider/Capability.cs b/app/MindWork AI Studio/Provider/Capability.cs index ea27f977..047ec67b 100644 --- a/app/MindWork AI Studio/Provider/Capability.cs +++ b/app/MindWork AI Studio/Provider/Capability.cs @@ -26,9 +26,14 @@ public enum Capability AUDIO_INPUT, /// - /// The AI model can perform image input, such as photos or drawings. + /// The AI model can perform one image input, such as one photo or drawing. /// - IMAGE_INPUT, + SINGLE_IMAGE_INPUT, + + /// + /// The AI model can perform multiple images as input, such as multiple photos or drawings. + /// + MULTIPLE_IMAGE_INPUT, /// /// The AI model can perform speech input. @@ -68,7 +73,12 @@ public enum Capability /// /// The AI model can perform reasoning tasks. /// - REASONING, + OPTIONAL_REASONING, + + /// + /// The AI model always performs reasoning. + /// + ALWAYS_REASONING, /// /// The AI model can embed information or data.