mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
[Refactor] Rename codeact_* agent options to simple name (#7853)
This commit is contained in:
@@ -150,7 +150,7 @@ class Runtime(FileEditRuntimeMixin):
|
||||
|
||||
# Load mixins
|
||||
FileEditRuntimeMixin.__init__(
|
||||
self, enable_llm_editor=config.get_agent_config().codeact_enable_llm_editor
|
||||
self, enable_llm_editor=config.get_agent_config().enable_llm_editor
|
||||
)
|
||||
|
||||
self.user_id = user_id
|
||||
|
||||
Reference in New Issue
Block a user