feat: sync generated types with schemas v0.21.1 - #105
Conversation
e666ba8 to
025cdb3
Compare
025cdb3 to
153f3a6
Compare
|
@infer There are new types, anything we need to implement? if so can you implement the types? use /ponytail:ponytail |
|
Model: Todos
Pull Request✅ Infer Result: SuccessSummaryPonytail assessment: The Only change needed: Updated the Committed as Model: Tokens: 968,624 in · 3,054 out · 971,678 total (16 requests) Tool calls: 19 total · 89% success rate TracesStats
|
|
@infer Can you add the include query string to the list example? use /ponytail:ponytail |
|
Model: Todos
Pull Request✅ Infer Result: SuccessDone. Here's what I changed:
# Include additional metadata (context_window, pricing, modalities)
detailed_models = client.list_models(include=["context_window", "pricing"])
print("Models with details:", detailed_models)
The Model: Tokens: 573,906 in · 2,496 out · 576,402 total (17 requests) Tool calls: 18 total · 94% success rate TracesStats
|
Shows how to pass include=["context_window", "pricing"] to list_models() for additional model metadata.
Co-authored-by: Eden Reich <eden.reich@gmail.com>
|
🎉 This PR is included in version 0.15.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Deterministic type sync from inference-gateway/schemas at
v0.21.1.Regenerated with
task oas-sync SCHEMAS_REF=refs/tags/v0.21.1by the org schemas-sync reusable workflow. Re-runs update this PR in place; it closes automatically if the repo is back in sync.If the new types need follow-up implementation (client surface, examples, docs), comment
@claudeor@inferon this PR with instructions.