Skip to content

fix: synthesize tool_result placeholders for unanswered tool_use blocks #44

fix: synthesize tool_result placeholders for unanswered tool_use blocks

fix: synthesize tool_result placeholders for unanswered tool_use blocks #44

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Typecheck
run: pnpm run typecheck
- name: Lint
run: pnpm run lint
- name: Test
run: pnpm test
- name: Build
run: pnpm run build
- name: Package (smoke test)
run: pnpm run package