- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Asks ChatGPT a question and returns the answer as a response.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
question | Text | Yes | Question you want answered |
[default] | Text | No | Default value when no response is available |
[connect] | Text | No | Avatar connection information |
Returns
The answer to your question.
Examples
// ask a question and get an answer
var answer = ai.ask("How old is the universe?");
Remarks
None.