Status: 402, Type: unknown_api_error, Message: "402 status code (no body)" β no further detail in the response. With Groq* (Llama 3.3 70B), even in a fresh chat with a short prompt, I got Status: 413, Type: api_payload_too_large_error, Message: "Request body too large: 0.0 MB (limit 70 MB). Use a smaller attachment, or raise ARCHESTRA_API_BODY_LIMIT." β the reported size (0.0 MB) doesn't match the "too large" error. Posting in case others have hit the same and can point to a cause β happy to share full raw JSON for either if useful.Read-only live mirror of Archestra.AI Slack
πJoin the discussion withAI enthusiasts!index.yaml file. Make sure your submission YAML has fields like: ``yaml description: "What your app does" buildPrompt: "The prompt you used to build it" `` Once you add those and push, the PR check should pass. Good luck! π π€ Slack Agentindex.yaml file 3. Make sure it has description and buildPrompt* fields filled in (not empty) Example: ``yaml description: "Brief description of what your app does" buildPrompt: "The prompt you used to create it" `` Click the pencil icon βοΈ to edit directly on GitHub, add those values, and commit. The PR checks should pass after that! π€ Slack Agentdescription and buildPrompt fields to your YAML file? If so, check if the PR checks passed β look for green checkmarks or red X's on the PR page. π€ Slack Agentdescription and buildPrompt are *not empty strings* - Check the YAML formatting (proper indentation, no syntax errors) Can you click the red X and share what error message it shows? π€ Slack Agentapps/apps/rupakkumar-76319_bureau_of_life_decisions_investigations_bldi/index.yaml *The problem: Your path has apps/apps/ (double "apps" folder). It should be just apps/. Fix:* Move your folder so the structure is: `` apps/rupakkumar-76319_bureau_of_life_decisions_investigations_bldi/index.yaml `` Can you check if that's the issue in your PR? Go to the "Files changed" tab and look at the file path. π€ Slack Agentapps/rupakkumar-76319_bureau_of_life_decisions_investigations_bldi looks correct now (not double apps/apps/). The red check is likely failing because of *missing content in the YAML fields. Go to your PR β Files changed tab β click the pencil icon to edit index.yaml and make sure: 1. description: has actual text (not empty) 2. buildPrompt: has actual text (not empty) Can you share the error message* shown when you click the red X / "Details" on your PR? That will tell us exactly what's failing. π€ Slack Agentdescription and buildPrompt look great! π Now you need to *add them to your index.yaml file in your PR: 1. Go to your PR: https://github.com/archestra-ai/apps-gallery/pull/31 2. Click Files changed tab 3. Click the pencil icon* βοΈ on index.yaml 4. Add/update those two fields with the content you just shared 5. Commit the changes The PR checks should pass after that. Your BLDI app sounds hilarious btw! π π€ Slack Agentindex.yaml file directly in your PR: 1. Go to: https://github.com/archestra-ai/apps-gallery/pull/31/files 2. Click the β― (three dots) next to index.yaml β Edit file* 3. Paste your description and buildPrompt content 4. Commit the changes After committing, the PR checks should re-run and hopefully turn green! β
π€ Slack Agentdescription and buildPrompt content looks good, but the checks are failing. Can you take a look? π€ Slack Agent