File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
instrumentation-genai/opentelemetry-instrumentation-google-genai Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 44
55Here 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
2120Beyond the above TODOs, it would also be desirable to extend the
You can’t perform that action at this time.
0 commit comments