Variable: defaultRenderTrustedContent
ts
const defaultRenderTrustedContent: (
content: string,
attrs: TrustedContentAttrs,
) => string = renderTrustedContent;Defined in: batteries/llm/chat_common/helpers.ts:210
Default trusted-content renderer; alias of renderTrustedContent.
Implements ChatHelpersCommon.renderTrustedContent.
Parameters
| Parameter | Type |
|---|---|
content | string |
attrs | TrustedContentAttrs |
Returns
string