Use antigravity-preview-05-2026 model
Build Agents Runtime / build (push) Successful in 5m6s
Details
Build Agents Runtime / build (push) Successful in 5m6s
Details
This commit is contained in:
parent
e0ace519c8
commit
56b07e0d2f
|
|
@ -109,7 +109,7 @@ def run_agent_activity(payload: dict) -> str:
|
|||
target_jid = payload.get("targetJid", "default")
|
||||
sender = payload.get("sender", "Unknown")
|
||||
|
||||
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash")
|
||||
llm = ChatGoogleGenerativeAI(model="antigravity-preview-05-2026")
|
||||
|
||||
system_prompt = f"""You are a highly capable AI assistant operating as an orchestrator.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue