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