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