Skip to content

{"message":"messages.78: tool_use ids were found without tool_result blocks immediately after: toolu_013Ar6KT5dwjTY6oNdZqZ7bJ. Each tool_use block must have a corresponding tool_result block in the next message.","code":"invalid_request_body"} #50

{"message":"messages.78: tool_use ids were found without tool_result blocks immediately after: toolu_013Ar6KT5dwjTY6oNdZqZ7bJ. Each tool_use block must have a corresponding tool_result block in the next message.","code":"invalid_request_body"}

{"message":"messages.78: tool_use ids were found without tool_result blocks immediately after: toolu_013Ar6KT5dwjTY6oNdZqZ7bJ. Each tool_use block must have a corresponding tool_result block in the next message.","code":"invalid_request_body"} #50

name: Remove triage tab from closed issues
on:
issues:
types:
- closed
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: gh issue edit "$NUMBER" --remove-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: triage