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 #14

Closed sweep-nightly[bot] closed 1 year ago

sweep-nightly[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 clear and concise explanation of the purpose and usage of the functions and classes in these files. The docstrings follow the existing style used in the project and include examples for complex functions.

Summary of Changes

Please review the changes and let me know if any further modifications are required.

Fixes #10.

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

git checkout sweep/add-docstrings