Go SDK Feature: Add "how to use start delay"#2853
Merged
flossypurse merged 3 commits intomainfrom May 28, 2024
Merged
Conversation
flossypurse
approved these changes
May 22, 2024
Co-authored-by: Cully <cully@temporal.io>
flossypurse
approved these changes
May 28, 2024
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?
Add documentation on how to use
StartDelayin the Go SDKNotes to reviewers
Based on the python documentation for the same feature https://docs.temporal.io/dev-guide/python/features#start-delay