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.GetText

Top


MiniRobotLanguage (MRL)

 

AIC.GetText

DESCRIPTION

 

Intention

 

Retrieves the main text content from the last AI response. This command extracts the generated text/message content from the AI's response, stripping away metadata and formatting. This is the primary command for getting the actual AI-generated text answer.

 

Syntax

 

AIC.GetText

 

Example

 

' Get AI response text

AIC.Chat|"What is AI?"

response = AIC.GetText

Print response