This commit is contained in:
2025-12-11 18:17:06 +01:00
parent cdf998dded
commit 0f9e6d51f7
2 changed files with 11 additions and 9 deletions

View File

@@ -106,8 +106,6 @@ async def chat_node(state: AgentState, config: RunnableConfig) -> dict:
context = configurable.get("context", {})
user_roles = context.get("auth0_user_roles", [])
print(f"Chat node invoked with roles: {user_roles}")
# 1. Define the model
model = ChatGoogleGenerativeAI(model="gemini-3-pro-preview", max_output_tokens=65536)