Skip to content

Commit 5545c16

Browse files
remove unused task
1 parent b573cd2 commit 5545c16

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/app.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ import {
2828

2929
// List of tools that require human confirmation
3030
// NOTE: this should match the tools that don't have execute functions in tools.ts
31-
const toolsRequiringConfirmation: (keyof typeof tools)[] = [
32-
"getWeatherInformation"
33-
];
31+
const toolsRequiringConfirmation: (keyof typeof tools)[] = [];
3432

3533
export default function Chat() {
3634
const [theme, setTheme] = useState<"dark" | "light">(() => {

0 commit comments

Comments
 (0)