CBK.AI
CBK.AI DOCS
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
The search index is not available
ChatBotKit Node SDK
ChatBotKit Node SDK
@chatbotkit/fetch
jsonl
Function jsonl
jsonl
(
body
)
:
AsyncGenerator
<
Record
<
string
,
any
>
,
any
,
any
>
Expose a JSONL stream as an async iterable.
Parameters
body
:
ReadableStream
<
Uint8Array
>
&
{
[asyncIterator]
(
)
=>
AsyncIterator
<
Uint8Array
,
any
,
undefined
>
;
}
Returns
AsyncGenerator
<
Record
<
string
,
any
>
,
any
,
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ChatBotKit Node SDK
@chatbotkit/fetch
@chatbotkit/sdk
@chatbotkit/react
@chatbotkit/next
@chatbotkit/nextauth
@chatbotkit/cli
Generated using
TypeDoc
Expose a JSONL stream as an async iterable.