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
Perhaps we could allow garbo to return multiple options for the same task?
If we transform each schema into a Zod array (z.array()), update the prompts, and then allow garbo to return one or more results with the same structure. Then a human could pick the best option via a validation UI.
This might help to solve some issues.
The text was updated successfully, but these errors were encountered:
Perhaps we could allow garbo to return multiple options for the same task?
If we transform each schema into a Zod array (
z.array()
), update the prompts, and then allow garbo to return one or more results with the same structure. Then a human could pick the best option via a validation UI.This might help to solve some issues.
The text was updated successfully, but these errors were encountered: