Skip to content

SDK: orphan tool_use left mid-conversation after hard kill + resume causes persistent messages.N: tool_use ids were found without tool_result blocks (400) #1690

SDK: orphan tool_use left mid-conversation after hard kill + resume causes persistent messages.N: tool_use ids were found without tool_result blocks (400)

SDK: orphan tool_use left mid-conversation after hard kill + resume causes persistent messages.N: tool_use ids were found without tool_result blocks (400) #1690

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