Skip to content

Fix dereferencing in Function and AsyncFunction #440

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

Merged
merged 2 commits into from
Jun 12, 2025
Merged

Conversation

aron
Copy link
Contributor

@aron aron commented Jun 12, 2025

We were accidentally stripping out all components in the schemas due to
the Input/Output being referenced by PredictionRequest and
PredictionResponse and those in turn being referenced by the various
path entries. This commit ensures we retain Input and Output and
cleans up the object to only contain relevant fields.

aron added 2 commits June 12, 2025 15:19
We were accidentally stripping out all components in the schemas due to
the Input/Output being referenced by PredictionRequest and
PredictionResponse and those in turn being referenced by the various
`path` entries. This commit ensures we retain Input and Output and
cleans up the object to only contain relevant fields.
@aron aron changed the base branch from main to beta June 12, 2025 14:19
@aron aron changed the title beta fix dereferencing Fix dereferencing in Function and AsyncFunction Jun 12, 2025
@aron aron merged commit 974dd7f into beta Jun 12, 2025
8 checks passed
@aron aron deleted the beta-fix-dereferencing branch June 12, 2025 14:21
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

Successfully merging this pull request may close these issues.

1 participant