Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Feb 12, 2024
1 parent b22db47 commit 515af40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/pages/docs/api-reference/inkeep-stream.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { OptionTable } from '@/components/table';

# InkeepStream

## `InkeepStream(res: Response, cb?: AIStreamCallbacks): ReadableStream` [#InkeepStream]
Expand All @@ -23,7 +25,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 515af40

Please sign in to comment.