Skip to content
1 min read · 31 words

Variable: defaultRenderTrustedContent

ts
const defaultRenderTrustedContent: (
  content: string,
  attrs: TrustedContentAttrs,
) => string = renderTrustedContent;

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

Parameters

ParameterType
contentstring
attrsTrustedContentAttrs

Returns

string