Variable: defaultRenderStandingInstructions
ts
const defaultRenderStandingInstructions: (
items: Iterable<Tokenizable>,
attrs?: StandingInstructionAttrs,
) => string = renderStandingInstructions;Defined in: batteries/llm/openai_chat_completions/helpers.ts:246
Parameters
| Parameter | Type |
|---|---|
items | Iterable<Tokenizable> |
attrs? | StandingInstructionAttrs |
Returns
string