[Refactor] Rename codeact_* agent options to simple name (#7853)

This commit is contained in:
Engel Nyst
2025-04-15 00:14:13 +02:00
committed by GitHub
parent 10c81c39fb
commit d05a6f30e1
19 changed files with 80 additions and 83 deletions

View File

@@ -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