Skip to content

Commit a300eee

Browse files
committed
chore: test commit
1 parent d294e5e commit a300eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/documentation/getting-started/quickstart/js/adk/quickstart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function main() {
3030
model: 'gemini-2.5-flash',
3131
description: 'Agent for hotel bookings and administration.',
3232
instruction: prompt,
33-
tools: tools,
33+
tools: tools
3434
});
3535

3636
const appName = rootAgent.name;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file makes the 'quickstart' directory a Python package.
1+
# This file makes the quickstart directory a Python package.
22

33
# You can include any package-level initialization logic here if needed.
44
# For now, this file is empty.

0 commit comments

Comments
 (0)