Skip to content
1 min read · 31 words

Function: renderUntrustedContent()

ts
function renderUntrustedContent(
  content: string,
  attrs: UntrustedContentAttrs,
): string;

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

Parameters

ParameterType
contentstring
attrsUntrustedContentAttrs

Returns

string