File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug 反馈
3
+ about : 代码不起作用/抛出异常/结果不正确
4
+ title : " [BUG]"
5
+ labels : bug, untriaged
6
+ assignees : ikesnowy
7
+
8
+ ---
9
+
10
+ ** 环境信息**
11
+ 安装的包及版本(例如 ` Cnblogs.DashScope.Sdk/v0.7.6 ` ):
12
+ ` .NET ` 版本(例如 ` net8.0) ` :
13
+ 使用的模型名称(例如 ` qwen-max ` ):
14
+
15
+ ** 复现流程**
16
+
17
+ 进行如下调用时触发了 bug:
18
+
19
+ ``` csharp
20
+ // 输入参数
21
+
22
+ // 调用的方法
23
+
24
+ ```
25
+
26
+ ** 预期结果**
27
+ 按预期,以上调用应当返回 xxx 结果
28
+
29
+ ** 其他相关信息**
30
+ 例如初步 debug 截图/部署方法(IIS, docker,k8s,控制台等)/日志信息/使用场景/访问规模等有关 BUG 出现场景的信息。
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12
+
13
+ ** Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ ** Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ ** Additional context**
20
+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments