Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/agent / filters / full

Function: full()

ts
function full(): DescribedFilter;

Defined in: packages/agent/src/filters/index.ts:147

The full unfiltered history. Discouraged - security-conscious callers should pick lastN or bySensitivity instead (a sub-agent rarely needs the parent's entire conversation).

Returns

DescribedFilter

Stable