This repository was archived by the owner on Dec 16, 2025. It is now read-only.
TypeError: Missing required parameter "ragStoreName" when using genai.upload_file #247
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Remove issue labels | |
| on: | |
| issues: | |
| types: [closed] | |
| jobs: | |
| remove_label: | |
| permissions: | |
| contents: read | |
| issues: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1 | |
| with: | |
| labels: | | |
| status:triaged | |
| status:more data needed |