Skip to content
1 min read · 31 words

Function: renderTrustedContent()

ts
function renderTrustedContent(
  content: string,
  attrs: TrustedContentAttrs,
): string;

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

Parameters

ParameterType
contentstring
attrsTrustedContentAttrs

Returns

string