You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Please ensure all items in this section are completed to allow for efficient triaging. Requests without complete information may be rejected / deprioritized. If an item is not applicable to you - please mark it as N/A*
12
12
13
-
**Describe the bug**
13
+
**Describe the Bug**
14
14
A clear and concise description of what the bug is.
15
15
16
-
**To Reproduce**
17
-
Please share a minimal code and data to reproduce your problem.
18
-
Steps to reproduce the behavior:
19
-
1. Install '...'
20
-
2. Run '....'
21
-
3. Open '....'
22
-
4. Provide error or stacktrace
16
+
**Steps to Reproduce**
17
+
Please provide a numbered list of steps to reproduce the behavior:
18
+
1. Initialize ADK with...
19
+
2. Connect accessory...
20
+
3. Call function `x`...
21
+
4. See error...
23
22
24
-
**Expected behavior**
23
+
**Expected Behavior**
25
24
A clear and concise description of what you expected to happen.
26
25
27
-
**Screenshots**
28
-
If applicable, add screenshots to help explain your problem.
26
+
**Observed Behavior**
27
+
What actually happened? Include error messages or crash stack traces here.
29
28
30
-
**Desktop (please complete the following information):**
31
-
- OS: [e.g. macOS, Linux, Windows]
32
-
- Python version(python -V):
33
-
- ADK version(pip show google-adk):
29
+
**Environment Details**
30
+
***ADK Library Version:** (e.g., 2.0.1)
31
+
***Desktop OS:** (e.g., macOS, Linux, Windows]
32
+
***Python Version:**
34
33
35
-
**Model Information:**
36
-
-Are you using LiteLLM: Yes/No
37
-
-Which model is being used(e.g. gemini-2.5-pro)
34
+
**Model Information**
35
+
***Are you using LiteLLM:** Yes/No
36
+
***Which model is being used:**(e.g., gemini-2.5-pro)
38
37
39
-
**Additional context**
38
+
---
39
+
40
+
## 🟡 Optional Information
41
+
*Providing this information greatly speeds up the resolution process.*
42
+
43
+
**Regression**
44
+
Did this work in a previous version of ADK? If so, which one?
45
+
46
+
**Logs (Logcat)**
47
+
Please attach relevant logs. Wrap them in code blocks (```) or attach a text file.
48
+
```text
49
+
// Paste logs here
50
+
```
51
+
**Screenshots / Video**
52
+
If applicable, add screenshots or screen recordings to help explain your problem.
0 commit comments