AIC. - Artificial Intelligence Command

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC. - Artificial Intelligence Command

AIC.ClearError

Top


MiniRobotLanguage (MRL)

 

AIC.ClearError

DESCRIPTION

 

Intention

 

Clears the last error message stored in the AIC error buffer. This command resets the error state, allowing new operations to proceed without interference from previous errors. Use this before starting a new AI interaction to ensure clean error handling.

 

Syntax

 

AIC.ClearError

 

Example

 

' Clear any previous errors before new request

AIC.ClearError

AIC.Chat|"Hello, AI"