Skip to content

Optionally force file URLs to be downloaded agent-side before sending them to OpenAI API #389

Optionally force file URLs to be downloaded agent-side before sending them to OpenAI API

Optionally force file URLs to be downloaded agent-side before sending them to OpenAI API #389

Workflow file for this run

name: GitHub Agent
on:
issues:
types: [opened]
jobs:
agent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: View the github context
run: echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
- name: Run GitHub Agent
uses: kludex/github-agent@main
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}