SIGN IN SIGN UP

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

0 0 0 Python

fix(copilot): handle None in folder tool .strip() calls

When the LLM passes None for name/folder_id parameters, .strip()
raises AttributeError. Coalesce to empty string before stripping
so the existing validation returns the proper ErrorResponse.
Z
Zamil Majdy committed
880d304e9e18469e31329389b14e36e5f992e87f
Parent: 88364fa