API ReferenceAsk Action
askAction.plan
Type: Mutation ยท Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| question | string | Yes | โ | Question |
| correlationId | string.uuid | Yes | โ | ID of the associated correlation |
Example
{
"question": "example",
"correlationId": "550e8400-e29b-41d4-a716-446655440000"
}