Function: renderStandingInstructions()
ts
function renderStandingInstructions(
items: Iterable<Tokenizable>,
attrs?: StandingInstructionAttrs,
): string;Defined in: batteries/llm/chat_common/helpers.ts:215
Implements ChatHelpersCommon.renderStandingInstructions.
Parameters
| Parameter | Type |
|---|---|
items | Iterable<Tokenizable> |
attrs? | StandingInstructionAttrs |
Returns
string