AxPromptTemplateOptions
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/dsp/prompt.ts#L13
Properties
| Property | Type | Description |
|---|---|---|
contextCache? | AxContextCacheOptions | - |
examplesInSystem? | boolean | When true, examples/demos are embedded in system prompt (legacy). When false (default), they are rendered as alternating user/assistant message pairs. |
functions? | readonly ( | AxFunction | { toFunction: () => | AxFunction | AxFunction[]; })[] | - |
thoughtFieldName? | string | - |