(
workspaceId: string,
message: string,
options: SendMessageOptions,
internal?: {
skipAutoResumeReset?: boolean;
synthetic?: boolean;
agentInitiated?: boolean;
/** When true, reject instead of queueing if the workspace is busy. */
requireIdle?: boolean;
startStreamInBackground?: boolean;
}
)
| 379 | interface WorkflowResultContinuationSender { |
| 380 | isWorkflowInvocationCurrent(workspaceId: string, runId: string): Promise<boolean>; |
| 381 | sendMessage( |
| 382 | workspaceId: string, |
| 383 | message: string, |
| 384 | options: SendMessageOptions, |
no outgoing calls