AiType

The type of the AI system.

Enums
AI_TYPE_UNSPECIFIED Default value.
MODEL A foundational or fine-tuned language, vision, or multi-modal model. For example, the Gemini multi-modal LLM.
AGENT An autonomous agent that uses one or more models or tools to perform tasks. Example: A SOAR agent that investigates security incidents.
TOOL A specific capability or tool exposed by an AI system. Example: An MCP server or a specific function exposed by an agent.