Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/agent / filters / DescribedFilter
Interface: DescribedFilter()
Defined in: packages/agent/src/filters/index.ts:53
A HandoffFilter paired with the serializable descriptor that round-trips through the JSONL session export. Authors of custom filters return one of these via filters.custom({...}).
Stable
Extends
ts
DescribedFilter(history): readonly Message[];Defined in: packages/agent/src/filters/index.ts:53
A HandoffFilter paired with the serializable descriptor that round-trips through the JSONL session export. Authors of custom filters return one of these via filters.custom({...}).
Parameters
| Parameter | Type |
|---|---|
history | readonly Message[] |
Returns
readonly Message[]
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
descriptor | readonly | HandoffInputFilterDescriptor | packages/agent/src/filters/index.ts:54 |