Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe use .nullable() instead of .optional() to get better responses from OpenAI #473

Open
Greenheart opened this issue Dec 16, 2024 · 0 comments

Comments

@Greenheart
Copy link
Collaborator

Context:

Aha! Vissa av problemen med konstiga värden vi får tillbaka från garbo kan bero på att de inte har stöd för .optional() i zod-scheman, vilket vi använder på flera platser: openai/openai-node#1180

De rekommenderar att använda .nullable() istället.

Men - om vi tillåter .nullable() och sen publicerar t.ex. #472 och #469 (redan i prod) så riskerar vi att ta bort data.

Det här talar för att vi bör skapa separata endpoints för DELETE-requests. Då kan vi få bättre output från garbo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant