Skip to content
1 min read · 39 words

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

ParameterType
itemsIterable<Tokenizable>
attrs?StandingInstructionAttrs

Returns

string