AgentCustomization
@a16njs/models / AgentCustomization
Interface: AgentCustomization
Defined in: types.ts:24
Base interface for all agent customization items. Every customization discovered or emitted extends this interface.
Extended by
Properties
id
id:
string
Defined in: types.ts:26
Unique identifier for this item
type
type:
CustomizationType
Defined in: types.ts:28
The type of customization
sourcePath
sourcePath:
string
Defined in: types.ts:30
Original file path where this was discovered
content
content:
string
Defined in: types.ts:32
The actual prompt/rule content
metadata
metadata:
Record<string,unknown>
Defined in: types.ts:34
Tool-specific extras that don't fit the standard model