Skip to content

Commit

Permalink
docs/inkeep-stream: escape ' character
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Feb 12, 2024
1 parent b717dad commit f8932a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/api-reference/inkeep-stream.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f8932a0

Please sign in to comment.