Skip to content

Commit cce005d

Browse files
committed
Remove support for async and streaming from TODOs, since this is now addressed.
1 parent c492776 commit cce005d

File tree

1 file changed

+7
-8
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-google-genai

1 file changed

+7
-8
lines changed

instrumentation-genai/opentelemetry-instrumentation-google-genai/TODOS.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44

55
Here are some TODO items required to achieve stability for this package:
66

7-
1. Add support for streaming interfaces
8-
2. Add support for async interfaces
9-
3. Add more span-level attributes for request configuration
10-
4. Add more span-level attributes for response information
11-
5. Verify and correct formatting of events:
7+
1. Add more span-level attributes for request configuration
8+
2. Add more span-level attributes for response information
9+
3. Verify and correct formatting of events:
1210
- Including the 'role' field for message events
1311
- Including tool invocation information
14-
6. Emit events for safety ratings when they block responses
15-
7. Additional cleanup/improvement tasks such as:
12+
4. Emit events for safety ratings when they block responses
13+
5. Additional cleanup/improvement tasks such as:
1614
- Adoption of 'wrapt' instead of 'functools.wraps'
1715
- Bolstering test coverage
18-
8. Migrate tests to use VCR.py
16+
6. Migrate tests to use VCR.py
17+
1918
## Future
2019

2120
Beyond the above TODOs, it would also be desirable to extend the

0 commit comments

Comments
 (0)