Fix model name to gemini-flash-latest
Build Agents Runtime / build (push) Successful in 4m33s Details

This commit is contained in:
Deep Koluguri 2026-06-28 19:10:13 -04:00
parent 50c99d1f7d
commit 76d6e98552
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def run_agent_activity(payload: dict) -> str:
target_jid = payload.get("targetJid", "default")
sender = payload.get("sender", "Unknown")
llm = ChatGoogleGenerativeAI(model="gemini-pro")
llm = ChatGoogleGenerativeAI(model="gemini-flash-latest")
system_prompt = f"""You are a highly capable AI assistant operating as an orchestrator.