artmoskvin / autocoder

Coding agent prototype
0 stars 0 forks source link

Add stream method to AI class #29

Closed devbuddytest[bot] closed 7 months ago

devbuddytest[bot] commented 7 months ago

This pull request introduces a new stream method to the AI class, allowing for streaming of AI-generated responses. The method utilizes the BaseChatModel.stream(...) method from the langchain library to yield BaseMessageChunk instances as they are generated.