Variable: defaultRenderStandingInstructions
ts
const defaultRenderStandingInstructions: (
items: Iterable<Tokenizable>,
attrs?: StandingInstructionAttrs,
) => string = renderStandingInstructions;Defined in: batteries/llm/chat_common/helpers.ts:234
Default standing-instructions renderer; alias of renderStandingInstructions.
Implements ChatHelpersCommon.renderStandingInstructions.
Parameters
| Parameter | Type |
|---|---|
items | Iterable<Tokenizable> |
attrs? | StandingInstructionAttrs |
Returns
string