Skip to content

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

ParameterType
historyreadonly Message[]

Returns

readonly Message[]

Stable

Properties

PropertyModifierTypeDefined in
descriptorreadonlyHandoffInputFilterDescriptorpackages/agent/src/filters/index.ts:54