AxEvidenceDescriptor Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxEvidenceDescriptor.md type AxEvidenceDescriptor

AxEvidenceDescriptor

TypeScript
type AxEvidenceDescriptor = object;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/sharedSession.ts#L39

Shape summary of the distiller’s evidence object. Built in-worker (shared mode) or host-side (fallback mode) and rendered into the executor’s distilledContextSummary prompt field; the data itself never enters a prompt.

Properties

entries

TypeScript
entries: object[];

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/sharedSession.ts#L42

itemKeys?

TypeScript
optional itemKeys: string[];

Field names of the first element (arrays of objects).

key

TypeScript
key: string;

keys?

TypeScript
optional keys: string[];

Top-level keys (plain-object values).

length?

TypeScript
optional length: number;

size

TypeScript
size: number;

type

TypeScript
type: string;

kind

TypeScript
kind: "axEvidenceDescriptor";

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/sharedSession.ts#L40


totalChars

TypeScript
totalChars: number;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/sharedSession.ts#L41

Docs