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
The AutoGen Studio interface should have logic (UX and api endpoints) that can validate components. Now that all components are based on the component config spec we can simply do Component.load_component to validate.
Two high level goals here ...
Support validation logic (fields)
Support ability to independently test each component (e.g, run a model client and show resutls, run an agent, or run a team).
Having an API do this in a structured way enables extensiblity (validation occurs only at backend rather than frontend maintaining its own validation logic)
The text was updated successfully, but these errors were encountered:
The AutoGen Studio interface should have logic (UX and api endpoints) that can validate components. Now that all components are based on the component config spec we can simply do Component.load_component to validate.
Two high level goals here ...
Having an API do this in a structured way enables extensiblity (validation occurs only at backend rather than frontend maintaining its own validation logic)
The text was updated successfully, but these errors were encountered: