Skip to content

Commit

Permalink
updated documentation + build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-kural committed Jul 24, 2024
1 parent 04f6ac1 commit c311624
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ updates:
intento:
applies-to: version-updates
patterns:
- '@oconva/intento'
- 'intento'
intento-security-updates:
applies-to: security-updates
patterns:
- '@oconva/intento'
- 'intento'

- package-ecosystem: 'github-actions'
directory: '/'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
run: pnpm prettier . --write
- name: Build
run: pnpm build
- name: Test
run: pnpm test
env:
GOOGLE_GENAI_API_KEY: ${{ secrets.GOOGLE_GENAI_API_KEY }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ npm install # or pnpm install
npm run dev # or pnpm dev
```

The starter template predefines some chat endpoints. Once, you run the project, you can test the endpoints from terminal using command below:
The starter template predefines some IRS endpoints based on test data. Once, you run the project, you can test the endpoints from terminal using command below:

```bash copy
curl -X POST "http://127.0.0.1:3400/irs" -H "Content-Type: application/json" -H "Authorization: a5zwhp0YlcRVkpnOXchIkL1lrmf0MPg24POM0kO6HcM=" -d '{"data": { "query": "add 4 litres milk?", "uid": "DI2UZuaTWjQPzVCRjzPW" } }'
Expand Down

0 comments on commit c311624

Please sign in to comment.