Retrieve a specific subagent stream interface 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 spawned the subagent. |