fix(agent): scope Nous tags to Nous auxiliary calls

This commit is contained in:
achaljhawar
2026-06-13 13:24:40 -07:00
committed by Teknium
parent 08890d77e6
commit 819def44c7
3 changed files with 43 additions and 1 deletions
+1 -1
View File
@@ -5004,7 +5004,7 @@ def _build_call_kwargs(
# Provider-specific extra_body
merged_extra = dict(extra_body or {})
if provider == "nous" or auxiliary_is_nous:
if provider == "nous":
merged_extra.setdefault("tags", []).extend(_nous_portal_tags())
if merged_extra:
kwargs["extra_body"] = merged_extra