Tasks
GPT Chat Task (LLM Task)
This task manages all the messages and calling of LLMs to enable rich AI features in Stubber.
It can be used to pass in starting messages and get a response from an LLM assistant.
The task will use the default feedback action _update_from_chat_assistant to respond with the assistant's reply.
NOTE
To see a list of supported LLM Models, see the LLM Models page.
In this section
- Parameters — full parameter reference
- Failsafes — message count and interaction count limits
- Message Data Extraction — extracting structured data from LLM responses
- Tool Calling — how LLMs call Stubber actions as tools
- Action Meta — exposing actions to the LLM
- Result — result structure and properties
- Examples — common use case examples
Basic usage
Start a chat with the default model.