Skip to content

When running a tool call (tools.py), it should accept None as the argument. (Issue with end_turn tool) #12

When running a tool call (tools.py), it should accept None as the argument. (Issue with end_turn tool)

When running a tool call (tools.py), it should accept None as the argument. (Issue with end_turn tool) #12

Workflow file for this run

name: AI Labeler
on:
issues:
types: [opened, reopened]
pull_request:
types: [opened, reopened]
jobs:
ai-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: jlowin/[email protected]
with:
include-repo-labels: true
openai-api-key: ${{ secrets.OPENAI_API_KEY }}