|
@@ -32,20 +32,36 @@ body:
|
|
|
label: Steps to Reproduce
|
|
|
description: Steps to reproduce the behavior
|
|
|
placeholder: |
|
|
|
- 1. set '...'
|
|
|
- 2. Click on '....'
|
|
|
+ 1. My prompt is '...'
|
|
|
+ 2. I click '...'
|
|
|
+ 3. I see '...'
|
|
|
validations:
|
|
|
required: true
|
|
|
|
|
|
- type: dropdown
|
|
|
- id: os
|
|
|
+ id: llm_provider
|
|
|
attributes:
|
|
|
- label: Operating System
|
|
|
- description: What operating system are you using?
|
|
|
+ label: LLM Service Provider
|
|
|
+ description: Which LLM service provider are you using?
|
|
|
options:
|
|
|
- - macOS
|
|
|
- - Windows
|
|
|
- - Linux
|
|
|
+ - OpenAI
|
|
|
+ - Anthropic
|
|
|
+ - Google Gemini
|
|
|
+ - Ollama
|
|
|
+ - OpenRouter
|
|
|
+ - Other (please specify in description)
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
+
|
|
|
+ - type: textarea
|
|
|
+ id: models
|
|
|
+ attributes:
|
|
|
+ label: Models Used
|
|
|
+ description: Which models are you using for the 3 agents (Planner, Navigator, Validator)?
|
|
|
+ placeholder: |
|
|
|
+ Planner: gpt-4o
|
|
|
+ Navigator: claude-3.7-sonnet
|
|
|
+ Validator: gemini-2.0-flash
|
|
|
validations:
|
|
|
required: true
|
|
|
|