Interface: ExternalToolMeta
Makaio Framework / ai-adapters-core / ExternalToolMeta
Interface: ExternalToolMeta
Section titled “Interface: ExternalToolMeta”Defined in: ../../../adapters/core/src/log-importer/types.ts:60
Metadata interface for external tool identifiers.
Currently empty - provides a seam for future metadata like display names, log format descriptions, or file patterns.
Remarks
Section titled “Remarks”Future extension might include:
displayName?: string- Human-readable tool nameformat?: 'jsonl' | 'json' | 'text'- Expected log formatfilePattern?: string- Glob pattern for log files