Skip to content

Commit

Permalink
chore: update school agent sample to 1.0 (#1729)
Browse files Browse the repository at this point in the history
* chore: update school agent sample to 1.0

* Update samples/js-schoolAgent/package.json

Co-authored-by: Pavel Jbanov <[email protected]>

* Update samples/js-schoolAgent/package.json

Co-authored-by: Pavel Jbanov <[email protected]>

---------

Co-authored-by: Pavel Jbanov <[email protected]>
  • Loading branch information
i2amsam and pavelgj authored Feb 3, 2025
1 parent 27104c3 commit d4e9a8a
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 201 deletions.
6 changes: 3 additions & 3 deletions samples/js-schoolAgent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@ NOTE: The agent description is how the generalized agent knows what tools the sp
npm install
```

2. Set up your Google AI API key:
1. Set up your Google AI API key:

```bash
export GOOGLE_GENAI_API_KEY=your_api_key_here
```

3. Start the development server:
1. Start the development server:

```bash
npm run genkit:dev
```

In your terminal, a commandline chat interface should show up:

```
```terminal
Telemetry API running on http://localhost:4033
Genkit Developer UI: http://localhost:4000
Expand Down
Loading

0 comments on commit d4e9a8a

Please sign in to comment.