Skip to content
1 min read · 33 words

Function: renderUntrustedContent()

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

Defined in: batteries/llm/chat_common/helpers.ts:191

Implements ChatHelpersCommon.renderUntrustedContent.

Parameters

ParameterType
contentstring
attrsUntrustedContentAttrs

Returns

string