mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 11:40:07 +00:00
Delete .github/ISSUE_TEMPLATE/failure_trace.yml
This commit is contained in:
parent
5e7b4fc164
commit
c20626b162
1 changed files with 0 additions and 33 deletions
33
.github/ISSUE_TEMPLATE/failure_trace.yml
vendored
33
.github/ISSUE_TEMPLATE/failure_trace.yml
vendored
|
|
@ -1,33 +0,0 @@
|
|||
name: "💥 Failure Trace"
|
||||
description: "Report a real prompt / response trace that breaks WFGY so we can reproduce."
|
||||
labels: [bug, needs-trace]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Prompt & Response Trace
|
||||
description: "Paste 5‑20 lines showing the failure."
|
||||
placeholder: |
|
||||
> Prompt
|
||||
...
|
||||
< Response
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Problem Category
|
||||
options:
|
||||
- RAG / Retrieval
|
||||
- Multi‑Agent
|
||||
- Symbolic / Logic
|
||||
- Long‑Context
|
||||
- Multimodal
|
||||
- Safety Boundary
|
||||
description: "Pick the closest category."
|
||||
- type: input
|
||||
attributes:
|
||||
label: Framework / Model
|
||||
placeholder: "o3 via OpenAI API, LangChain 0.2, etc."
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected vs. Actual
|
||||
placeholder: "What did you expect? What happened instead?"
|
||||
Loading…
Add table
Add a link
Reference in a new issue