artmoskvin / autocoder

Coding agent prototype
0 stars 0 forks source link

Enable Response Streaming in AI Class #27

Closed devbuddytest[bot] closed 4 months ago

devbuddytest[bot] commented 5 months ago

This pull request introduces a new stream method in the AI class, enabling the streaming of responses from the AI model. This method leverages the stream method of the BaseChatModel, yielding BaseMessageChunk objects as they are generated. This enhancement is aimed at improving the user experience by providing real-time responses.