Update to M.E.AI.Abstractions 10.3.0#118
Open
stephentoub wants to merge 10 commits intoanthropics:nextfrom
Open
Update to M.E.AI.Abstractions 10.3.0#118stephentoub wants to merge 10 commits intoanthropics:nextfrom
stephentoub wants to merge 10 commits intoanthropics:nextfrom
Conversation
* chore: add release notes * Implement message Aggregator * Add prism log to gitignore * Fix test script * Add streaming aggregators * Refactored aggregator for v0.1.0 * Fixed copypaste SignatureDelta issue * WIP Aggregator refactor * applied review comments * Fix merge conflict Format code * apply review comments * Lint code * Apply code review * fix test results * apply review comments * properly await Aggregate function * lint files * Refactor code to provide in-place aggregation * Add example * Fix examples and lint code * Update readme and example * Fix tests * apply review sugestions * fix tests * fix tests * Apply suggestions from code review Co-authored-by: Stephen <stephen@stainless.com> * typo * remove obsolete gitignore entry * typo * lint * fix linter? * fix lint * fixes * example working * done? * fix formatting * fixes * add exception when computed timeout is too high * update readme * address feedback * formatting --------- Co-authored-by: meorphis <eric@stainless.com> Co-authored-by: JPVenson <github@jpb.email> Co-authored-by: JPVenson <ger-delta-07@hotmail.de>
* Add vertex provider Add vertex example Add explicit body check for vertex Readd explicit check for model value in bedrock client lint reintroduce null forgiving operator as required by build * apply review suggestions * Update examples/MessagesExample.Vertex/Program.cs * Apply suggestion from @sd-st --------- Co-authored-by: Stephen <stephen@stainless.com>
…multipart requests
This also lets us map ChatOptions.Reasoning.
7ca5d58 to
3483b34
Compare
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.
This also lets us map ChatOptions.Reasoning.