Update TS SDK to 1.10.0 and remove Node 14#2855
Merged
angelazhou32 merged 1 commit intomainfrom May 23, 2024
Merged
Conversation
Contributor
Author
|
@angelazhou32 You (or someone from your team) will have to merge that yourself. Branch protection no longer allow me/other teams to merge. |
donald-pinckney
added a commit
that referenced
this pull request
Apr 27, 2026
Bump the documented Java SDK minimum to 1.35.0 (the version where the spring-ai work landed) and add three sections that the original draft predated: - Activity options and retry behavior (#2853, #2855): defaults, the non-retryable-AI-error classification, ad-hoc forDefault(ActivityOptions), the ChatModelActivityOptions bean for configuration-driven per-model overrides, and the "default" catch-all key for compositional setups. - Provider-specific chat options (#2857): AnthropicChatOptions extended- thinking example demonstrating that subclass-specific fields survive the Activity boundary. - Media in messages (#2860): 1 MiB inline-bytes cap, URI-based alternative, io.temporal.springai.maxMediaBytes override. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
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.
What does this PR do?