Skip to content

Type Alias: ExternalToolIdentifier

Makaio Framework


Makaio Framework / ai-adapters-core / 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.

  • ExternalToolIdentifier
    • keyof ExternalToolIdentifiers | (string & {})
      • keyof ExternalToolIdentifiers
      • (string & {})

Resolved shape has 52 properties, above the 40 property limit.