sweepai-dev / LlamaIndexTS

LlamaIndex is a data framework for your LLM applications
https://ts.llamaindex.ai/
MIT License
0 stars 0 forks source link

[DRAFT] Add missing docstrings to NodeParser.ts and handleOpenAIStream.ts #16

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds missing docstrings to the NodeParser.ts and handleOpenAIStream.ts files in the packages/core/src directory. The docstrings provide a brief description of the functions and classes, their parameters, return values, and any side effects. For complex functions, examples are included to illustrate their usage.

Summary of Changes

Please review and merge this PR to improve the documentation and maintain consistency in the project.

Fixes #10.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/add-docstrings