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