Merge branch 'main' into pr-939

This commit is contained in:
Re-bin
2026-02-21 17:06:05 +00:00
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ To recall past events, grep {workspace_path}/memory/HISTORY.md"""
msg["tool_calls"] = tool_calls
# Include reasoning content when provided (required by some thinking models)
if reasoning_content:
if reasoning_content is not None:
msg["reasoning_content"] = reasoning_content
messages.append(msg)
+1 -1
View File
@@ -147,7 +147,7 @@ PROVIDERS: tuple[ProviderSpec, ...] = (
keywords=("volcengine", "volces", "ark"),
env_key="OPENAI_API_KEY",
display_name="VolcEngine",
litellm_prefix="openai",
litellm_prefix="volcengine",
skip_prefixes=(),
env_extras=(),
is_gateway=True,