"vscode:/vscode.git/clone" did not exist on "37a83007fef9925609a8d9b7c7b86bb41dab4e5d"
- 09 Jul, 2025 1 commit
-
-
Chauncey authored
[Bugfix] Fix the issue where `reasoning_content` is `None` when Thinkng is enabled and `tool_choice` is set to `'required'`. (#20662) Signed-off-by:chaunceyjiang <chaunceyjiang@gmail.com>
-
- 04 Jul, 2025 1 commit
-
-
Gabriel Marinho authored
Signed-off-by:Gabriel Marinho <gmarinho@ibm.com>
-
- 01 Jul, 2025 1 commit
-
-
Shintarou Okada authored
Signed-off-by:okada shintarou <okada@preferred.jp>
-
- 25 Jun, 2025 1 commit
-
-
Max Wittig authored
Signed-off-by:Max Wittig <max.wittig@siemens.com>
-
- 16 Jun, 2025 1 commit
-
-
Chauncey authored
Signed-off-by:chaunceyjiang <chaunceyjiang@gmail.com>
-
- 05 Jun, 2025 1 commit
-
-
Chauncey authored
Signed-off-by:chaunceyjiang <chaunceyjiang@gmail.com>
-
- 03 Jun, 2025 2 commits
-
-
Chauncey authored
[Bugfix]: Fix the incompatibility issue with tool_choice 'required' when Thinking is enabled (#19075) Signed-off-by:chaunceyjiang <chaunceyjiang@gmail.com>
-
Simon Mo authored
Signed-off-by:simon-mo <simon.mo@hey.com>
-
- 30 May, 2025 1 commit
-
-
Chauncey authored
Signed-off-by:chaunceyjiang <chaunceyjiang@gmail.com>
-
- 28 May, 2025 1 commit
-
-
Alex Brooks authored
Signed-off-by:Alex-Brooks <Alex.Brooks@ibm.com>
-
- 23 May, 2025 1 commit
-
-
Feng XiaoLong authored
Signed-off-by:
Crucifixion-Fxl <xmufxl@gmail.com> Co-authored-by:
Crucifixion-Fxl <xmufxl@gmail.com>
-
- 15 May, 2025 1 commit
-
-
David Xia authored
-
- 12 May, 2025 2 commits
-
-
Robert Shaw authored
Signed-off-by:
ApostaC <yihua98@uchicago.edu> Signed-off-by:
Tyler Michael Smith <tyler@neuralmagic.com> Signed-off-by:
rshaw@neuralmagic.com <robertgshaw2@gmail.com> Signed-off-by:
Robert Shaw <rshaw@neuralmagic.com> Signed-off-by:
mgoin <mgoin64@gmail.com> Signed-off-by:
Nick Hill <nhill@redhat.com> Signed-off-by:
Brent Salisbury <bsalisbu@redhat.com> Co-authored-by:
Tyler Michael Smith <tyler@neuralmagic.com> Co-authored-by:
ApostaC <yihua98@uchicago.edu> Co-authored-by:
Robert Shaw <rshaw@neuralmagic.com> Co-authored-by:
mgoin <mgoin64@gmail.com> Co-authored-by:
Nick Hill <nhill@redhat.com> Co-authored-by:
Tyler Michael Smith <tysmith@redhat.com> Co-authored-by:
Brent Salisbury <bsalisbu@redhat.com>
-
Maximilien de Bayser authored
Signed-off-by:
Max de Bayser <mbayser@br.ibm.com> Co-authored-by:
igmainc <igmainc@icloud.com>
-
- 05 May, 2025 1 commit
-
-
Chauncey authored
Signed-off-by:chaunceyjiang <chaunceyjiang@gmail.com>
-
- 01 May, 2025 1 commit
-
-
Chauncey authored
Signed-off-by:chaunceyjiang <chaunceyjiang@gmail.com>
-
- 10 Apr, 2025 1 commit
-
-
Guillaume Calmettes authored
Signed-off-by:Guillaume Calmettes <gcalmettes@scaleway.com>
-
- 02 Apr, 2025 1 commit
-
-
Matthias Matt authored
Signed-off-by:
Liangfu Chen <liangfc@amazon.com> Signed-off-by:
Matt, Matthias <matthias.matt@tuwien.ac.at> Co-authored-by:
Liangfu Chen <liangfc@amazon.com> Co-authored-by:
mgoin <michael@neuralmagic.com>
-
- 28 Mar, 2025 2 commits
-
-
Ce Gao authored
Signed-off-by:Ce Gao <cegao@tensorchord.ai>
-
Jason (Siyu) Zhu authored
Signed-off-by:JasonZhu1313 <jasonchu13@outlook.com>
-
- 23 Mar, 2025 1 commit
-
-
Robin authored
Signed-off-by:WangErXiao <863579016@qq.com>
-
- 14 Mar, 2025 1 commit
-
-
Guillaume Calmettes authored
Signed-off-by:Guillaume Calmettes <gcalmettes@scaleway.com>
-
- 08 Mar, 2025 1 commit
-
-
Harry Mellor authored
Signed-off-by:Harry Mellor <19981378+hmellor@users.noreply.github.com>
-
- 05 Mar, 2025 1 commit
-
-
Benjamin Chislett authored
Signed-off-by:Benjamin Chislett <benjamin.chislett@centml.ai>
-
- 04 Mar, 2025 2 commits
-
-
Harry Mellor authored
Signed-off-by:Harry Mellor <19981378+hmellor@users.noreply.github.com>
-
Harry Mellor authored
Signed-off-by:Harry Mellor <19981378+hmellor@users.noreply.github.com>
-
- 03 Mar, 2025 1 commit
-
-
Harry Mellor authored
-
- 22 Feb, 2025 1 commit
-
-
Keyun Tong authored
-
- 12 Feb, 2025 1 commit
-
-
Rafael Vasquez authored
-
- 02 Feb, 2025 1 commit
-
-
Russell Bryant authored
- **Add SPDX license headers to python source files** - **Check for SPDX headers using pre-commit** commit 9d7ef44c3cfb72ca4c32e1c677d99259d10d4745 Author: Russell Bryant <rbryant@redhat.com> Date: Fri Jan 31 14:18:24 2025 -0500 Add SPDX license headers to python source files This commit adds SPDX license headers to python source files as recommended to the project by the Linux Foundation. These headers provide a concise way that is both human and machine readable for communicating license information for each source file. It helps avoid any ambiguity about the license of the code and can also be easily used by tools to help manage license compliance. The Linux Foundation runs license scans against the codebase to help ensure we are in compliance with the licenses of the code we use, including dependencies. Having these headers in place helps that tool do its job. More information can be found on the SPDX site: - https://spdx.dev/learn/handling-license-info/ Signed-off-by:Russell Bryant <rbryant@redhat.com> commit 5a1cf1cb3b80759131c73f6a9dddebccac039dea Author: Russell Bryant <rbryant@redhat.com> Date: Fri Jan 31 14:36:32 2025 -0500 Check for SPDX headers using pre-commit Signed-off-by:
Russell Bryant <rbryant@redhat.com> --------- Signed-off-by:
Russell Bryant <rbryant@redhat.com>
-
- 29 Jan, 2025 1 commit
-
-
Ce Gao authored
Signed-off-by:
Ce Gao <cegao@tensorchord.ai> Co-authored-by:
Rafael Vasquez <rafvasq21@gmail.com> Co-authored-by:
Cyrus Leung <cyrus.tl.leung@gmail.com> Co-authored-by:
Michael Goin <mgoin@redhat.com>
-
- 05 Jan, 2025 1 commit
-
-
Robert Shaw authored
-
- 01 Jan, 2025 1 commit
-
-
Joe Runde authored
Signed-off-by:Joe Runde <Joseph.Runde@ibm.com>
-
- 19 Dec, 2024 1 commit
-
-
Yanyi Liu authored
Signed-off-by:
liuyanyi <wolfsonliu@163.com> Signed-off-by:
Yanyi Liu <wolfsonliu@163.com> Signed-off-by:
DarkLight1337 <tlleungac@connect.ust.hk> Co-authored-by:
Cyrus Leung <tlleungac@connect.ust.hk>
-
- 17 Dec, 2024 1 commit
-
-
Joe Runde authored
-
- 14 Dec, 2024 1 commit
-
-
Brad Hilton authored
Signed-off-by:Brad Hilton <brad.hilton.nw@gmail.com>
-
- 12 Dec, 2024 2 commits
-
-
Jiaxin Shan authored
Signed-off-by:
Jiaxin Shan <seedjeffwan@gmail.com> Signed-off-by:
Jee Jee Li <pandaleefree@gmail.com> Co-authored-by:
Jee Jee Li <pandaleefree@gmail.com>
-
Clayton authored
Signed-off-by:cedonley <clayton@donley.io>
-
- 10 Dec, 2024 1 commit
-
-
Joe Runde authored
Signed-off-by:Joe Runde <Joseph.Runde@ibm.com>
-
- 21 Nov, 2024 1 commit
-
-
Chauncey authored
Signed-off-by:chaunceyjiang <chaunceyjiang@gmail.com>
-