rnadigital / agentcloud

Agent Cloud is like having your own GPT builder with a bunch extra goodies. The GUI features 1) RAG pipeline which can natively embed 260+ datasources 2) Create Conversational apps (like GPTs) 3) Create Multi Agent process automation apps (crewai) 4) Tools 5) Teams+user permissions. Get started fast with Docker and our install.sh
https://agentcloud.dev
GNU Affero General Public License v3.0
421 stars 90 forks source link

FE validation for functions #231

Closed ragyabraham closed 1 week ago

ragyabraham commented 3 weeks ago

Describe the bug When creating a custom tool. the function will not save correctly in GCP if

  1. there's no env variable present (even if the function does not require one)
  2. the env variables does not follow the following regex [A-Z][A-Z0-9_]*

To Reproduce Steps to reproduce the behavior:

  1. attempt to save a custom tool with the above

Expected behavior FE validation to ensure that the user is aware of the above constrains.