Merged
Conversation
ikesnowy
added a commit
that referenced
this pull request
Apr 18, 2026
* feat: support upload files api * feat: add doc url tests * feat: add qwen audio sample (#151) * chore: update xml documents * docs: update docs * feat: group samples by type * feat: add audio caption sample * feat: add audio understanding sample * feat: support sending raw message directly via M.E.AI (#156) * feat: support sending raw message directly * fix: enable ci for staging * docs: update sample namespace * fix: sample naming * feat: support code interpreter (#157) * chore: code clean up * feat: support code interpreter * chore: remove json ref on net8.0 (#158) * feat: add net8.0 into target frameworks * fix: run full tests on net8.0 * fix: update test command * fix: remove net6 framework settings * feat: support streaming toolcalls (#169) * feat: allow streaming toolcall sample * chore: remove json schema from Cnblogs.DashScope.AI * docs: update readme * feat: include raw representation in usage content * feat: include call_id if available * test: cover function calling with streaming * feat: support function call with multimodal endpoint * feat(M.S.E.AI): support tool calls for multimodal * refactor: reduce code complexity * chore: clean up usings * feat: support submitting batch jobs (#170) * feat: add create batch api * feat: add get and list batch api * test: add more list batches testcases * test: add filter by time or input_file_ids cases * feat: add cancel batch api * feat: add get file content api * docs: add batch sample and update README.md * ci: upgrade checkout to v5 * feat: support more web search options (#172)
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.
Fixes #155