mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
fix prompts while working on features or old apps that dont have frontend
This commit is contained in:
@@ -99,7 +99,7 @@ class SpecWriter(BaseAgent):
|
||||
self.next_state.current_iteration["status"] = IterationStatus.FIND_SOLUTION
|
||||
self.next_state.flag_iterations_as_modified()
|
||||
else:
|
||||
complexity = await self.check_prompt_complexity(user_response.text)
|
||||
complexity = await self.check_prompt_complexity(feature_description)
|
||||
self.next_state.current_epic["complexity"] = complexity
|
||||
|
||||
return AgentResponse.done(self)
|
||||
|
||||
Reference in New Issue
Block a user