IRProvenance
Defined in: packages/ai.matey.types/src/ir.ts:545
Provenance tracking for request/response chain.
Properties
Section titled “Properties”backend?
Section titled “backend?”
readonlyoptionalbackend:string
Defined in: packages/ai.matey.types/src/ir.ts:554
Backend adapter name.
frontend?
Section titled “frontend?”
readonlyoptionalfrontend:string
Defined in: packages/ai.matey.types/src/ir.ts:549
Frontend adapter name.
middleware?
Section titled “middleware?”
readonlyoptionalmiddleware: readonlystring[]
Defined in: packages/ai.matey.types/src/ir.ts:559
Middleware chain (in order of execution).
router?
Section titled “router?”
readonlyoptionalrouter:string
Defined in: packages/ai.matey.types/src/ir.ts:564
Router name (if applicable).