You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A stripped-down version is currently included here: forge/utils/function
but it would be much better for maintainability if we could just import from codex.develop.
Making
database_schema
andcompiled_route_id
optional inCodeValidator
, androute_errors_as_todo
,raise_validation_error
inCodeValidator.validate_code
, would allow using it as a stand-alone code validation module. Like this:https://github.com/Significant-Gravitas/AutoGPT/blob/7f6b7d6d7e5fd92c8816e7c39912c5a72b8e93c2/autogpt/autogpt/agents/prompt_strategies/code_flow.py#L297-L300
A stripped-down version is currently included here: forge/utils/function
but it would be much better for maintainability if we could just import from
codex.develop
.forge.utils.function
withcodex.develop
AutoGPT#7302The text was updated successfully, but these errors were encountered: