1
我尝试运行博客站关于Human Engagement的源代码,在运行到
team.hire(
[
SimpleCoder(),
SimpleTester(),
SimpleReviewer(),
SimpleReviewer(is_human=True)
]
)
中的SimpleReviewer(is_human=True) 系统并没有停止进程提供用户输入,而是直接使用了 PROMPT_TEMPLATE: str = """ Context: {context} Review the test cases and provide one critical comments: """
name: str = "SimpleWriteReview"
默认的prompt请求llm