Create a new chat session
Request body schema.
Chat name.
Agent identifier for the chat.
Release identifier for the chat.
Trigger configuration for the chat.
Optional heartbeat configuration. When set, the chat keeps waking itself up every intervalMinutes minutes, re-sending the prompt, until it reaches maxMessages messages.
Optional evaluator configuration (rubric + quality threshold). When set, the heartbeat loop grades each output and keeps iterating until the score reaches the threshold or maxMessages is hit.
Successful response
Created chat details.