AxSynthesizerInit
Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/synthesizer.ts#L31
Properties
| Property | Type | Description |
|---|---|---|
agentIdentity? | object | Optional agent identity rendered into the prompt. |
agentIdentity.description | string | - |
agentIdentity.name | string | - |
agentIdentity.namespace? | string | - |
contextFieldMeta | readonly AxIField[] | Inline context-field metadata used by the responder template (titles/descriptions). |
description? | string | Optional human-authored instruction prepended to the responder template. |
role | "final" | Stage role. Currently only the responder uses this class. |
signature | AxSignature | Pre-built signature: { ...nonContextInputs, contextData } -> OUT. |