Fix stop bug
This commit is contained in:
@@ -124,6 +124,8 @@ class WebAgent(BaseAgent):
|
|||||||
if llm_name not in self._llms:
|
if llm_name not in self._llms:
|
||||||
raise ValueError(f"Unknown LLM: {llm_name}")
|
raise ValueError(f"Unknown LLM: {llm_name}")
|
||||||
self._stop_flags[llm_name] = True
|
self._stop_flags[llm_name] = True
|
||||||
|
with self._llm_lock:
|
||||||
|
self._set_llm_state(llm_name, LlmState.IDLE)
|
||||||
|
|
||||||
def approve_response(self) -> None:
|
def approve_response(self) -> None:
|
||||||
"""Process approved response from specified LLM"""
|
"""Process approved response from specified LLM"""
|
||||||
|
|||||||
Reference in New Issue
Block a user