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