File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
instrumentation-genai/opentelemetry-instrumentation-google-genai Expand file tree Collapse file tree 1 file changed +10
-10
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 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:
10- - Including the 'role' field for message events
11- - Including tool invocation information
12- 4 . Emit events for safety ratings when they block responses
13- 5 . Additional cleanup/improvement tasks such as:
14- - Adoption of 'wrapt' instead of 'functools.wraps'
15- - Bolstering test coverage
16- 6 . Migrate tests to use VCR.py
7+ - Add more span-level attributes for request configuration
8+ - Add more span-level attributes for response information
9+ - Verify and correct formatting of events:
10+ - Including the 'role' field for message events
11+ - Including tool invocation information
12+ - Emit events for safety ratings when they block responses
13+ - Additional cleanup/improvement tasks such as:
14+ - Adoption of 'wrapt' instead of 'functools.wraps'
15+ - Bolstering test coverage
16+ - Migrate tests to use VCR.py
1717
1818## Future
1919
You can’t perform that action at this time.
0 commit comments