fix: support thinking anthropic models that return json tool calls #1141
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 | |
| - uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 | |
| with: | |
| with_install: false | |
| - uses: actions/setup-node@d02c89dce7e1ba9ef629ce0680989b3a1cc72edb | |
| with: | |
| node-version: 24 | |
| - run: pnpm i --frozen-lockfile | |
| - run: pnpm check-format | |
| - run: pnpm release-build |