AxSynthesizerInit Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxSynthesizerInit.md interface AxSynthesizerInit

AxSynthesizerInit

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/synthesizer.ts#L32

Properties

PropertyTypeDescription
agentIdentity?objectOptional agent identity rendered into the prompt.
agentIdentity.descriptionstring-
agentIdentity.namestring-
agentIdentity.namespace?string-
citations?AxResolvedCitationsResolved chain-of-evidence citations config. When enabled, the caller has already appended the citations output field to the signature; this class validates the model’s citations against the per-call evidence ids and surfaces/strips the field per surface.
contextFieldMetareadonly AxIField[]Inline context-field metadata used by the responder template (titles/descriptions).
description?stringOptional human-authored instruction prepended to the responder template.
role"final"Stage role. Currently only the responder uses this class.
signatureAxSignaturePre-built signature: { ...nonContextInputs, contextData } -> OUT.
Docs