Type Alias: ExternalToolIdentifier
Makaio Framework / ai-adapters-core / ExternalToolIdentifier
Type Alias: ExternalToolIdentifier
Section titled “Type Alias: ExternalToolIdentifier”ExternalToolIdentifier = keyof
ExternalToolIdentifiers|string&object
Defined in: ../../../adapters/core/src/log-importer/types.ts:73
Known adapter names used for log import provenance.
Used in ImportMetadata.tool to identify the source adapter.
Extensible via declaration merging of ExternalToolIdentifiers.
Falls back to string when no augmentations are in scope, so the core
package is usable standalone while still providing autocomplete for
known keys when augmentations are present.
Type Composition
Section titled “Type Composition”ExternalToolIdentifierkeyof ExternalToolIdentifiers | (string & {})keyof ExternalToolIdentifiers(string & {})
Resolved Shape
Section titled “Resolved Shape”Resolved shape has 52 properties, above the 40 property limit.