mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 03:29:51 +00:00
33 lines
927 B
YAML
33 lines
927 B
YAML
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?"
|