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

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 concise and clear 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

These changes improve the codebase by providing clear and concise documentation for the functions and classes in these files, making it easier for other developers to understand and use the code.

Fixes #10.

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

git checkout sweep/add-docstrings_1