Function: renderUntrustedContent()
ts
function renderUntrustedContent(
content: string,
attrs: UntrustedContentAttrs,
): string;Defined in: batteries/llm/chat_common/helpers.ts:191
Implements ChatHelpersCommon.renderUntrustedContent.
Parameters
| Parameter | Type |
|---|---|
content | string |
attrs | UntrustedContentAttrs |
Returns
string