AxFieldProcessor
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/dsp/fieldProcessor.ts#L24
Properties
Property | Type | Description |
---|---|---|
field | Readonly <AxField > | - |
process | | AxFieldProcessorProcess | AxStreamingFieldProcessorProcess | Process the field value and return a new value (or undefined if no update is needed). The returned value may be merged back into memory. Param The current field value. Param Additional context (e.g. memory and session id). |