sweepai-dev / LlamaIndexTS

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

Add missing docstrings to NodeParser and handleOpenAIStream #18

Open sweep-nightly[bot] opened 1 year ago

sweep-nightly[bot] commented 1 year ago

Description

This PR adds missing docstrings to the NodeParser and handleOpenAIStream files in the packages/core/src directory. The docstrings follow the existing style used in the project and provide a brief description of the functions and classes, their parameters, return values, and any exceptions they might throw. For complex functions, examples are included to illustrate their usage.

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_1