Skip to content

fix(anthropic): normalize thinking blocks #223

fix(anthropic): normalize thinking blocks

fix(anthropic): normalize thinking blocks #223

Workflow file for this run

name: Release Drafter
on:
push:
branches: [main]
pull_request:
types: [closed]
permissions:
contents: write
pull-requests: read
jobs:
update_release_draft:
if: github.event_name == 'push' || github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}