Wip web interface
This commit is contained in:
@@ -180,4 +180,5 @@ class AutoApprover:
|
||||
return
|
||||
if (self._response_enabled and
|
||||
self.agent.llms[self._llm_name] == LlmState.IDLE):
|
||||
self.agent.approve_response(self._llm_name, self.agent.get_output(self._llm_name))
|
||||
response = self.agent.response_buffer.get_text()
|
||||
self.agent.approve_response()
|
||||
|
||||
Reference in New Issue
Block a user