Skip to content
1 min read · 33 words

Function: renderUntrustedContent()

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

Defined in: src/batteries/llm/chat_common/helpers.ts:336

Implements ChatHelpersCommon.renderUntrustedContent.

Parameters

ParameterType
contentstring
attrsUntrustedContentAttrs

Returns

string