artmoskvin / autocoder

Coding agent prototype
0 stars 0 forks source link

Enable Response Streaming in AI Class #31

Closed devbuddytest[bot] closed 4 months ago

devbuddytest[bot] commented 4 months ago

This pull request introduces a new stream method in the AI class, enabling response streaming functionality. This method utilizes the stream method from BaseChatModel to stream generated tokens as they are returned from the model, improving the user experience by providing real-time responses.