AxResolvedCitations
type AxResolvedCitations = object;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/config.ts#L261
Properties
enabled
enabled: boolean;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/config.ts#L262
field
field: string;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/config.ts#L263
includeMemoryIds
includeMemoryIds: boolean;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/config.ts#L265
onCitations()?
optional onCitations: (citations: readonly string[]) => void | Promise<void>;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/config.ts#L266
Parameters
| Parameter | Type |
|---|---|
citations | readonly string[] |
Returns
void | Promise<void>
surface
surface: "output" | "hidden";Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/config.ts#L264