Look up a single subagent stream by its tool call ID.
getSubagent(
toolCallId: string
): SubagentStreamInterface<Record<string, unknown>, DefaultToolCall, string> | undefined| Name | Type | Description |
|---|---|---|
toolCallId* | string | The tool call ID that initiated the subagent. |