From f8932a071e5dc0e6a86ca7afc01f6b8f6e2a851d Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Mon, 12 Feb 2024 14:55:02 -0800 Subject: [PATCH] docs/inkeep-stream: escape ' character --- docs/pages/docs/api-reference/inkeep-stream.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/api-reference/inkeep-stream.mdx b/docs/pages/docs/api-reference/inkeep-stream.mdx index 2690813d6c60..0b3d946d0ea8 100644 --- a/docs/pages/docs/api-reference/inkeep-stream.mdx +++ b/docs/pages/docs/api-reference/inkeep-stream.mdx @@ -23,7 +23,7 @@ The `InkeepAIStreamCallbacksAndOptions` extends the standard [AIStreamCallbacks] [ 'onRecordsCited', '(records_cited: any) => void', - 'An optional function that is called once for every request, after the main content of a message has completed. It includes the information about the records (sources) cited in the AI chat response. It's the payload of the `records_cited` event from the Inkeep API.', + 'An optional function that is called once for every request, after the main content of a message has completed. It includes the information about the records (sources) cited in the AI chat response. It\'s the payload of the `records_cited` event from the Inkeep API.', ], [ 'onFinal',