Skip to content

refactor: throw error if model does not support tools #10

refactor: throw error if model does not support tools

refactor: throw error if model does not support tools #10

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run Tests
run: pnpm test