We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d294e5e commit a300eeeCopy full SHA for a300eee
docs/en/documentation/getting-started/quickstart/js/adk/quickstart.js
@@ -30,7 +30,7 @@ export async function main() {
30
model: 'gemini-2.5-flash',
31
description: 'Agent for hotel bookings and administration.',
32
instruction: prompt,
33
- tools: tools,
+ tools: tools
34
});
35
36
const appName = rootAgent.name;
docs/en/documentation/getting-started/quickstart/python/__init__.py
@@ -1,4 +1,4 @@
1
-# This file makes the 'quickstart' directory a Python package.
+# This file makes the quickstart directory a Python package.
2
3
# You can include any package-level initialization logic here if needed.
4
# For now, this file is empty.
0 commit comments