Skip to content

Commit 2db98e6

Browse files
github-actions[bot]ranst91
authored andcommitted
style: auto-fix formatting
1 parent d94cb38 commit 2db98e6

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

examples/integrations/strands-python/fixtures/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
}
6262
}
6363
]
64-
}
64+
}

examples/integrations/strands-python/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@
1414
},
1515
"dependencies": {
1616
"@ag-ui/client": "0.0.52",
17+
"@copilotkit/a2ui-renderer": "1.56.5",
1718
"@copilotkit/react-core": "1.56.5",
1819
"@copilotkit/react-ui": "1.56.5",
1920
"@copilotkit/runtime": "1.56.5",
20-
"next": "16.1.6",
21-
"react": "^19.2.4",
22-
"react-dom": "^19.2.4",
23-
"zod": "^3.23.8",
2421
"@copilotkit/shared": "1.56.5",
25-
"@copilotkit/a2ui-renderer": "1.56.5",
2622
"@radix-ui/react-checkbox": "^1.3.3",
2723
"@radix-ui/react-label": "^2.1.8",
2824
"@radix-ui/react-separator": "^1.1.8",
2925
"class-variance-authority": "^0.7.1",
3026
"clsx": "^2.1.1",
3127
"hono": "^4.12.10",
3228
"lucide-react": "^0.577.0",
29+
"next": "16.1.6",
30+
"react": "^19.2.4",
31+
"react-dom": "^19.2.4",
3332
"react-rnd": "^10.5.2",
3433
"react18-json-view": "^0.2.9",
3534
"recharts": "^3.7.0",
36-
"tailwind-merge": "^3.5.0"
35+
"tailwind-merge": "^3.5.0",
36+
"zod": "^3.23.8"
3737
},
3838
"devDependencies": {
3939
"@tailwindcss/postcss": "^4",

examples/integrations/strands-python/src/app/api/copilotkit/[[...slug]]/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ const app = createCopilotEndpoint({
3939
});
4040

4141
export const GET = handle(app);
42-
export const POST = handle(app);
42+
export const POST = handle(app);

0 commit comments

Comments
 (0)