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
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-google-genai/src/opentelemetry/instrumentation/google_genai/generate_content.py
+23-22Lines changed: 23 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,25 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+
from __future__ importannotations
16
+
15
17
importcopy
16
18
importfunctools
17
19
importjson
18
20
importlogging
19
21
importos
20
-
fromreimportS
21
22
importtime
22
23
fromtypingimportAny, AsyncIterator, Awaitable, Iterator, Optional, Union
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-google-genai/src/opentelemetry/instrumentation/google_genai/message.py
+70-46Lines changed: 70 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -12,85 +12,83 @@
12
12
# See the License for the specific language governing permissions and
0 commit comments