From c0b1f9ffddd243385910d13f4b958f735f10a597 Mon Sep 17 00:00:00 2001 From: Shanu Date: Wed, 12 Aug 2026 13:09:25 +0530 Subject: [PATCH] fix(deps): repoint vendor/tinyagents to 27a3f39 for gpt-5 max_completion_tokens release (v0.63.7) pins tinyagents 3e1dbea, whose is_reasoning_model matches only o1/o3/o4, so gpt-5.x chat turns fail with HTTP 400 (unsupported_parameter: 'max_tokens' ... use 'max_completion_tokens'). 27a3f39 - already pinned on main - adds gpt-5 family detection (is_gpt5_family) so the OpenAI request builder emits max_completion_tokens for the gpt-5 family. Advances release's submodule pin to it. Closes #5498 --- vendor/tinyagents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/tinyagents b/vendor/tinyagents index 3e1dbea5b5..27a3f39dc6 160000 --- a/vendor/tinyagents +++ b/vendor/tinyagents @@ -1 +1 @@ -Subproject commit 3e1dbea5b5cb8cba9b8307408b34e8ce9ed5ec4e +Subproject commit 27a3f39dc6d7db676efe58d0f7b89752a8ab4746