From ca8bc38adf906baf39d9611486994e5508f688bc Mon Sep 17 00:00:00 2001 From: Jeremy Chone Date: Fri, 27 Sep 2024 20:16:15 -0700 Subject: [PATCH] . update the bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 54 +++----------------------- 1 file changed, 5 insertions(+), 49 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 722f7c4..3ed194d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -16,56 +16,12 @@ body: required: true - type: input attributes: - label: Command - description: "`devai` command that triggered the bug" - placeholder: 'devai run {agent-name} -f {file-name} --verbose' + label: Adapter + description: The AdapterKind if known - type: input attributes: - label: Error - description: Error message, if any - placeholder: 'Error: Rhai(ErrorArrayBounds(0, 0, 2:36))' + label: Model + description: The Model name if known - type: textarea attributes: - label: Config - description: 'Contents of ".devai/config.toml"' - value: | - [genai] - model = "gpt-4o" - - [runtime] - # Default to 1 if absent - items_concurrency = 1 - render: toml - - type: textarea - attributes: - label: Agent - description: 'Contents of "{{my-agent}}.md". Markdown will be escaped automatically.' - value: | - # Data - ```rhai - let path = item.path; - // ... - ``` - - # Instruction - - - The user will provide good error messages - - The information provided by the user will be helpful for debugging issues - - ... - - # Output - ```rhai - // ... - ``` - render: md - - type: textarea - attributes: - label: Verbose output - description: 'Output of the command run (with ther verbose flag). The output will include the contents of your target file, so take care not to include any sensitive data.' - value: | - $ devai run proof-comments - Running agent command: proof-comments - from: .devai/defaults/proof-comments.md - with model: mistral:latest - # ... - render: fundamental + label: Suggested Resolution \ No newline at end of file