fix(agents-api): Fix the typespec bug and regenerate #462
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Diwank Tomer diwank@julep.ai
Summary:
This PR fixes a typespec bug in the agents-api by allowing extra fields and using
StrictBool
for boolean fields, updates dependencies, and regenerates SDK models for stricter type checks.Key points:
ConfigDict
inagents-api
models toextra="allow"
to handle extra fields.StrictBool
inagents-api
models for stricter type checking.pyproject.toml
to includelz4
dependency and updateddatamodel-codegen
options.generate_openapi_code.sh
to exit on error and added new options for code generation.Tasks_EvaluateStep
and handle stricter type checks.Generated with ❤️ by ellipsis.dev