|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIG. - Google AI > AIG. - AI Google Gemini Integration |
MiniRobotLanguage (MRL)
3. Configuration (Model, Context & Reasoning)
Defining Intelligence & Persona
Overview
This section defines "Who" the AI is and "How" it thinks. You can select the underlying intelligence (Model), give it a role or personality (System Prompt), and enable advanced reasoning capabilities (Thinking).
Detailed Command List
•AIG.Set Model / Get - Selects the brain of the operation (e.g., "gemini-1.5-flash" for speed, "gemini-1.5-pro" for complexity).
•AIG.SetSystemPrompt / Get - Defines the "System Instruction". This is where you tell the AI its role (e.g., "You are a coding expert" or "You are a strict data parser"). This context persists across requests.
•AIG.SetThinking / Get - (Gemini 2.0/3.0+) Enables "Thinking Mode". This allocates a token budget for the AI to reason internally before giving a final answer, vastly improving logic and math performance.