Extracts the parent tool call ID from a namespace.
For nested subagents, the namespace looks like: ["tools:parent_id", "tools:child_id", ...]
extractParentIdFromNamespace(namespace: string[] | undefined): string | null| Name | Type | Description |
|---|---|---|
namespace* | string[] | undefined | The namespace array |