File tree 3 files changed +60
-0
lines changed
3 files changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Report a bug
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ### Please read this first
11
+
12
+ - ** Have you read the docs?** [ Agents SDK docs] ( https://openai.github.io/openai-agents-python/ )
13
+ - ** Have you searched for related issues?** Others may have faced similar issues.
14
+
15
+ ### Describe the bug
16
+ A clear and concise description of what the bug is.
17
+
18
+ ### Debug information
19
+ - Agents SDK version: (e.g. ` v0.0.3 ` )
20
+ - Python version (e.g. Python 3.10)
21
+
22
+ ### Repro steps
23
+
24
+ Ideally provide a minimal python script that can be run to reproduce the bug.
25
+
26
+
27
+ ### Expected behavior
28
+ A clear and concise description of what you expected to happen.
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 : enhancement
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ### Please read this first
11
+
12
+ - ** Have you read the docs?** [ Agents SDK docs] ( https://openai.github.io/openai-agents-python/ )
13
+ - ** Have you searched for related issues?** Others may have had similar requesrs
14
+
15
+ ### Describe the feature
16
+ What is the feature you're requesting? How would it work? Please provide examples and details if possible.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Question
3
+ about : Questions about the SDK
4
+ title : ' '
5
+ labels : question
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ### Please read this first
11
+
12
+ - ** Have you read the docs?** [ Agents SDK docs] ( https://openai.github.io/openai-agents-python/ )
13
+ - ** Have you searched for related issues?** Others may have had similar requesrs
14
+
15
+ ### Question
16
+ Describe your question. Provide details if available.
You can’t perform that action at this time.
0 commit comments