AIC Commands

<< Click to Display Table of Contents >>

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

AIC Commands

AIC_GetContent

Previous Top Next


Description

Short Name: gct

Get response content

Syntax

AIC_GetContent

Parameters

Parameter

Type

Required

Description

None

Void

No

No parameters required

Return Value

Type

Description

String

Returns the content of the last API response

Remarks

·Retrieves text content from the most recent API call

·Returns empty string if no response available

·Use after AIC call to get generated content

Example

' Get content from last responseDim content As Stringcontent = AIC_GetContent()Print "Response: " & content

Retrieves the text content from the most recent OpenAI API response.

See Also

·AIC_---Artificial-Intelligenc2

·AIC_---Artificial-Intelligenc2