Retrieve all subagent stream interfaces associated with a specific AI message.
getSubagentsByMessage(
messageId: string
): SubagentStreamInterface<Record<string, unknown>, DefaultToolCall, string>[]| Name | Type | Description |
|---|---|---|
messageId* | string | The ID of the parent AI message. |