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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/synthesizer.ts#L31

Properties

PropertyTypeDescription
agentIdentity?objectOptional agent identity rendered into the prompt.
agentIdentity.descriptionstring-
agentIdentity.namestring-
agentIdentity.namespace?string-
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