Variable: defaultRenderTrustedContent
ts
const defaultRenderTrustedContent: (
content: string,
attrs: TrustedContentAttrs,
) => string = renderTrustedContent;Defined in: batteries/llm/openai_chat_completions/helpers.ts:224
Parameters
| Parameter | Type |
|---|---|
content | string |
attrs | TrustedContentAttrs |
Returns
string