Open sweep-ai[bot] opened 9 months ago
This pull request enables chat completion streaming in the autocoder agent. It introduces changes to the plan.py and ai.py files.
plan.py
ai.py
autocoder/agent/plan.py
Generator
typing
generate_questions
stream_call
call
generate_plan_from_chat
autocoder/ai.py
Fixes #21.
This is an automated message generated by Sweep AI.
PR Feedback (click)
Description
This pull request enables chat completion streaming in the autocoder agent. It introduces changes to the
plan.py
andai.py
files.Summary
autocoder/agent/plan.py
:Generator
fromtyping
.generate_questions
method to usestream_call
instead ofcall
for chat completion.generate_plan_from_chat
method to usestream_call
instead ofcall
for chat completion.autocoder/ai.py
:stream_call
to enable chat completion streaming.Fixes #21.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: