Skip to content
1 min read · 31 words

Variable: defaultRenderStandingInstructions

ts
const defaultRenderStandingInstructions: (
  items: Iterable<Tokenizable>,
  attrs?: StandingInstructionAttrs,
) => string = renderStandingInstructions;

Defined in: batteries/llm/openai_chat_completions/helpers.ts:246

Parameters

ParameterType
itemsIterable<Tokenizable>
attrs?StandingInstructionAttrs

Returns

string