Skip to content

IRProvenance

Defined in: packages/ai.matey.types/src/ir.ts:545

Provenance tracking for request/response chain.

readonly optional backend: string

Defined in: packages/ai.matey.types/src/ir.ts:554

Backend adapter name.


readonly optional frontend: string

Defined in: packages/ai.matey.types/src/ir.ts:549

Frontend adapter name.


readonly optional middleware: readonly string[]

Defined in: packages/ai.matey.types/src/ir.ts:559

Middleware chain (in order of execution).


readonly optional router: string

Defined in: packages/ai.matey.types/src/ir.ts:564

Router name (if applicable).