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