sonnet 4.5 -> gemini 3 pro preview

This commit is contained in:
2025-12-09 05:09:08 +01:00
parent 49ea3c1a99
commit a30e5a6524
4 changed files with 246 additions and 41 deletions

View File

@@ -19,7 +19,7 @@ export default function RootLayout({
<html lang="en">
<body className={"antialiased"}>
<Auth0Provider>
<CopilotKit runtimeUrl="/api/copilotkit" agent="sample_agent">
<CopilotKit runtimeUrl="/api/copilotkit" agent="sample_agent" properties={{ streamMode: ["events"] }}>
{children}
</CopilotKit>
</Auth0Provider>