-
Notifications
You must be signed in to change notification settings - Fork 17
Upgrade SDK to v0.1.0 #18
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stainless ref: a625d927ae60b454c19142c50c14f41e39c8e953 Patch needed: - ParamType.kt - addContenBatchOfInterleavedContentItems() in BatchInferenceCompletionParams.kts
stainless commit: d2701cb9f0b15c13dab4935e3c7d513410b068c3 Manual patches: - BatchInferenceCompletionParams.kt --> addContentBatchOfInterleavedContentItems() need to use addContentBatch(). The generated method does not exist - InferenceEmbeddingsParams.kt --> same as above. replace the error with addContent() - ToolRuntimeListToolsParams.kt --> forEachQueryParam method does not exist, replace it with ._additionalProperties()?.forEach()
version accidentally added .draft, reverting this back. Everything is validated working against 0.0.64.rc1
Merge local-streaming branch
stainless commit: 21fbaab559158253523ca3043f6dfddd4de887ad Manual patches: - BatchInferenceCompletionParams.kt --> addContentBatchOfInterleavedContentItems() need to use addContentBatch(). The generated method does not exist - InferenceEmbeddingsParams.kt --> same as above. replace the error with addContent() - ToolRuntimeListToolsParams.kt --> forEachQueryParam method does not exist, replace it with ._additionalProperties()?.forEach() Need to disable some test on the following files due to type mismatch in autogenerated code - ToolRuntimeListToolsParamsTest.kt - TelemetryQueryTracesParamsTest.kt
Stainless commit: 9d827a56d9b8e61dac3d49e1b7fbcbd909ebd0e3 Plus agent patch from Ashwin's changes on AgentTurnCreateResponse Manual patches are labelled // MANUAL PATCH
Include Agent and Image reasoning changes
- Delete ToolCall class under ContentDelta. This conflicts with the standalone ToolCall class - Other fixes marked as //MANUAL PATCH
Update README.md
Latest from Ashwin's fixes . Stainless commit: c85d35f1b56791b27f6e786d36f6ae84e97782e3
ashwinb
approved these changes
Jan 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Stainless commit: a406bb416a1cd252a89c2e2abd1f1e1e58b49f2f