Significant-Gravitas / AutoGPT-Code-Ability

🖥️ AutoGPT's Coding Ability - empowering everyone to build software using AI
MIT License
109 stars 34 forks source link

[AGPT-686] Making fields not Optional #215

Closed aarushik93 closed 4 months ago

aarushik93 commented 4 months ago

We've been getting this error:

AssertionError: Fields should be an array

It's because the pydantic validation is passing because Fields was marked as optional. This PR changes that.

linear[bot] commented 4 months ago

AGPT-686