Skip to content

debug_data.snippets always empty on /v1/completions, even with a fully indexed repository and specific in-codebase symbols as prefix #526

debug_data.snippets always empty on /v1/completions, even with a fully indexed repository and specific in-codebase symbols as prefix

debug_data.snippets always empty on /v1/completions, even with a fully indexed repository and specific in-codebase symbols as prefix #526

Workflow file for this run

name: GPT Translate
on:
issue_comment:
types: [ created ]
permissions:
pull-requests: write
issues: write
contents: write
jobs:
gpt_translate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run GPT Translate
if: |
contains(github.event.comment.body, '/gpt-translate') ||
contains(github.event.comment.body, '/gt')
uses: 3ru/gpt-translate@master
with:
apikey: ${{ secrets.OPENAI_API_KEY }}