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',