TsgcAIOpenAIChatBot › Methods
TsgcAIOpenAIChatBot Methods
Public methods grouped by purpose, followed by the full alphabetical list.
Chat
| Name | Description |
| ChatAsUser | Sends a text prompt as the user role and triggers a ChatCompletion reply (spoken via TextToSpeech). |
| ChatAsSystem | Sends a system-role instruction to steer the assistant; speech output is off by default. |
Session
| Name | Description |
| Start | Starts microphone recording through the attached AudioRecorder. |
| Stop | Stops recording; the captured audio is then sent to Whisper for transcription. |
All Methods (alphabetical)
| Name | Description |
| ChatAsSystem | Sends a system-role instruction to steer the assistant; speech output is off by default. |
| ChatAsUser | Sends a text prompt as the user role and triggers a ChatCompletion reply (spoken via TextToSpeech). |
| Start | Starts microphone recording through the attached AudioRecorder. |
| Stop | Stops recording; the captured audio is then sent to Whisper for transcription. |