This commit is contained in:
Jai Suphavadeeprasit 2026-06-27 20:53:36 -04:00
parent b80b52aa46
commit 76500c8b73
4 changed files with 58 additions and 3 deletions

View file

@ -13,7 +13,7 @@ class NousProfile(ProviderProfile):
def build_extra_body(
self, *, session_id: str | None = None, **context
) -> dict[str, Any]:
body: dict[str, Any] = {"tags": nous_portal_tags()}
body: dict[str, Any] = {"tags": nous_portal_tags(session_id=session_id)}
provider_preferences = context.get("provider_preferences")
if provider_preferences:
body["provider"] = provider_preferences