Error
A valid request URL is required to generate request examples{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Post apiv1projects aiagents threads stream
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
threads
/
{threadUuid}
/
stream
Error
A valid request URL is required to generate request examples{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Body
application/json
Tool names hinted by the user when they composed the message (via suggestion chips that carry a tool id). agentV2 appends a soft hint to the user message before sending it to the LLM. Transient — never persisted.
Skips the SQL human-approval gate for this stream. Used by the review remediation workspace so Continue PR turns run frictionlessly. Defaults to false — normal chat still asks the user to approve SQL.
Per-thread toggle that decides whether the agent gets access to the runSql / listWarehouseTables / describeWarehouseTable tools for this stream. Frontend tracks the toggle in its slice; passed in on every stream call. Falls back to the agent-level default when omitted.
Response
Success
Was this page helpful?