We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24c754 commit 308f09dCopy full SHA for 308f09d
src/components/altair/Altair.tsx
@@ -57,15 +57,8 @@ function AltairComponent() {
57
},
58
tools: [
59
// there is a free-tier quota for search
60
- //{ googleSearch: {} },
61
- {
62
- functionDeclarations: [
63
64
- name: "take_photo",
65
- description: "Call to trigger taking a photo",
66
- },
67
- ],
68
+ { googleSearch: {} },
+ { functionDeclarations: [declaration] },
69
],
70
});
71
}, [setConfig]);
0 commit comments