payi 0.1.0a45__tar.gz → 0.1.0a46__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of payi might be problematic. Click here for more details.

Files changed (169) hide show
  1. payi-0.1.0a46/.release-please-manifest.json +3 -0
  2. {payi-0.1.0a45 → payi-0.1.0a46}/CHANGELOG.md +8 -0
  3. {payi-0.1.0a45 → payi-0.1.0a46}/PKG-INFO +1 -1
  4. {payi-0.1.0a45 → payi-0.1.0a46}/pyproject.toml +1 -1
  5. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_version.py +1 -1
  6. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/lib/OpenAIInstrumentor.py +59 -5
  7. payi-0.1.0a45/.release-please-manifest.json +0 -3
  8. {payi-0.1.0a45 → payi-0.1.0a46}/.gitignore +0 -0
  9. {payi-0.1.0a45 → payi-0.1.0a46}/CONTRIBUTING.md +0 -0
  10. {payi-0.1.0a45 → payi-0.1.0a46}/LICENSE +0 -0
  11. {payi-0.1.0a45 → payi-0.1.0a46}/README.md +0 -0
  12. {payi-0.1.0a45 → payi-0.1.0a46}/SECURITY.md +0 -0
  13. {payi-0.1.0a45 → payi-0.1.0a46}/api.md +0 -0
  14. {payi-0.1.0a45 → payi-0.1.0a46}/bin/check-release-environment +0 -0
  15. {payi-0.1.0a45 → payi-0.1.0a46}/bin/publish-pypi +0 -0
  16. {payi-0.1.0a45 → payi-0.1.0a46}/examples/.keep +0 -0
  17. {payi-0.1.0a45 → payi-0.1.0a46}/mypy.ini +0 -0
  18. {payi-0.1.0a45 → payi-0.1.0a46}/noxfile.py +0 -0
  19. {payi-0.1.0a45 → payi-0.1.0a46}/release-please-config.json +0 -0
  20. {payi-0.1.0a45 → payi-0.1.0a46}/requirements-dev.lock +0 -0
  21. {payi-0.1.0a45 → payi-0.1.0a46}/requirements.lock +0 -0
  22. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/__init__.py +0 -0
  23. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_base_client.py +0 -0
  24. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_client.py +0 -0
  25. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_compat.py +0 -0
  26. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_constants.py +0 -0
  27. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_exceptions.py +0 -0
  28. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_files.py +0 -0
  29. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_models.py +0 -0
  30. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_qs.py +0 -0
  31. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_resource.py +0 -0
  32. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_response.py +0 -0
  33. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_streaming.py +0 -0
  34. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_types.py +0 -0
  35. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_utils/__init__.py +0 -0
  36. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_utils/_logs.py +0 -0
  37. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_utils/_proxy.py +0 -0
  38. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_utils/_reflection.py +0 -0
  39. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_utils/_streams.py +0 -0
  40. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_utils/_sync.py +0 -0
  41. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_utils/_transform.py +0 -0
  42. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_utils/_typing.py +0 -0
  43. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/_utils/_utils.py +0 -0
  44. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/lib/.keep +0 -0
  45. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/lib/AnthropicInstrumentor.py +0 -0
  46. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/lib/BedrockInstrumentor.py +0 -0
  47. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/lib/Instruments.py +0 -0
  48. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/lib/Stopwatch.py +0 -0
  49. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/lib/helpers.py +0 -0
  50. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/lib/instrument.py +0 -0
  51. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/py.typed +0 -0
  52. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/__init__.py +0 -0
  53. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/billing_models.py +0 -0
  54. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/categories/__init__.py +0 -0
  55. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/categories/categories.py +0 -0
  56. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/categories/resources.py +0 -0
  57. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/experiences/__init__.py +0 -0
  58. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/experiences/experiences.py +0 -0
  59. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/experiences/properties.py +0 -0
  60. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/experiences/types/__init__.py +0 -0
  61. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/experiences/types/limit_config.py +0 -0
  62. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/experiences/types/types.py +0 -0
  63. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/ingest.py +0 -0
  64. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/limits/__init__.py +0 -0
  65. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/limits/limits.py +0 -0
  66. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/limits/tags.py +0 -0
  67. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/price_modifiers.py +0 -0
  68. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/requests/__init__.py +0 -0
  69. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/requests/properties.py +0 -0
  70. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/requests/requests.py +0 -0
  71. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/resources/requests/result.py +0 -0
  72. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/__init__.py +0 -0
  73. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/billing_model.py +0 -0
  74. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/billing_model_create_params.py +0 -0
  75. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/billing_model_list_response.py +0 -0
  76. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/billing_model_update_params.py +0 -0
  77. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/bulk_ingest_response.py +0 -0
  78. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/categories/__init__.py +0 -0
  79. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/categories/resource_create_params.py +0 -0
  80. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/categories/resource_list_response.py +0 -0
  81. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/category_delete_resource_response.py +0 -0
  82. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/category_delete_response.py +0 -0
  83. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/category_list_resources_response.py +0 -0
  84. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/category_list_response.py +0 -0
  85. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/category_resource_response.py +0 -0
  86. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/category_response.py +0 -0
  87. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/cost_data.py +0 -0
  88. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/cost_details.py +0 -0
  89. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/default_response.py +0 -0
  90. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experience_instance_response.py +0 -0
  91. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experiences/__init__.py +0 -0
  92. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experiences/experience_type.py +0 -0
  93. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experiences/properties_response.py +0 -0
  94. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experiences/property_create_params.py +0 -0
  95. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experiences/type_create_params.py +0 -0
  96. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experiences/type_list_params.py +0 -0
  97. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experiences/type_list_response.py +0 -0
  98. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experiences/type_update_params.py +0 -0
  99. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experiences/types/__init__.py +0 -0
  100. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/experiences/types/limit_config_create_params.py +0 -0
  101. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/ingest_bulk_params.py +0 -0
  102. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/ingest_event_param.py +0 -0
  103. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/ingest_response.py +0 -0
  104. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/ingest_units_params.py +0 -0
  105. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limit_create_params.py +0 -0
  106. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limit_history_response.py +0 -0
  107. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limit_list_params.py +0 -0
  108. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limit_reset_params.py +0 -0
  109. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limit_response.py +0 -0
  110. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limit_update_params.py +0 -0
  111. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limits/__init__.py +0 -0
  112. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limits/limit_tags.py +0 -0
  113. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limits/tag_create_params.py +0 -0
  114. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limits/tag_create_response.py +0 -0
  115. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limits/tag_delete_response.py +0 -0
  116. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limits/tag_list_response.py +0 -0
  117. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limits/tag_remove_params.py +0 -0
  118. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limits/tag_remove_response.py +0 -0
  119. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limits/tag_update_params.py +0 -0
  120. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/limits/tag_update_response.py +0 -0
  121. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/paged_limit_list.py +0 -0
  122. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/pay_i_common_models_api_router_header_info_param.py +0 -0
  123. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/price_modifier.py +0 -0
  124. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/price_modifier_create_params.py +0 -0
  125. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/price_modifier_retrieve_response.py +0 -0
  126. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/price_modifier_update_params.py +0 -0
  127. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/requests/__init__.py +0 -0
  128. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/requests/property_create_params.py +0 -0
  129. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/requests/request_result.py +0 -0
  130. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/requests_data.py +0 -0
  131. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/shared/__init__.py +0 -0
  132. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/shared/evaluation_response.py +0 -0
  133. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/shared/pay_i_common_models_budget_management_cost_details_base.py +0 -0
  134. {payi-0.1.0a45 → payi-0.1.0a46}/src/payi/types/total_cost_data.py +0 -0
  135. {payi-0.1.0a45 → payi-0.1.0a46}/tests/__init__.py +0 -0
  136. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/__init__.py +0 -0
  137. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/categories/__init__.py +0 -0
  138. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/categories/test_resources.py +0 -0
  139. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/experiences/__init__.py +0 -0
  140. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/experiences/test_properties.py +0 -0
  141. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/experiences/test_types.py +0 -0
  142. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/experiences/types/__init__.py +0 -0
  143. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/experiences/types/test_limit_config.py +0 -0
  144. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/limits/__init__.py +0 -0
  145. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/limits/test_tags.py +0 -0
  146. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/requests/__init__.py +0 -0
  147. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/requests/test_properties.py +0 -0
  148. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/requests/test_result.py +0 -0
  149. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/test_billing_models.py +0 -0
  150. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/test_categories.py +0 -0
  151. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/test_experiences.py +0 -0
  152. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/test_ingest.py +0 -0
  153. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/test_limits.py +0 -0
  154. {payi-0.1.0a45 → payi-0.1.0a46}/tests/api_resources/test_price_modifiers.py +0 -0
  155. {payi-0.1.0a45 → payi-0.1.0a46}/tests/conftest.py +0 -0
  156. {payi-0.1.0a45 → payi-0.1.0a46}/tests/sample_file.txt +0 -0
  157. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_client.py +0 -0
  158. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_deepcopy.py +0 -0
  159. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_extract_files.py +0 -0
  160. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_files.py +0 -0
  161. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_models.py +0 -0
  162. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_qs.py +0 -0
  163. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_required_args.py +0 -0
  164. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_response.py +0 -0
  165. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_streaming.py +0 -0
  166. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_transform.py +0 -0
  167. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_utils/test_proxy.py +0 -0
  168. {payi-0.1.0a45 → payi-0.1.0a46}/tests/test_utils/test_typing.py +0 -0
  169. {payi-0.1.0a45 → payi-0.1.0a46}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.1.0-alpha.46"
3
+ }
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.46 (2025-02-06)
4
+
5
+ Full Changelog: [v0.1.0-alpha.45...v0.1.0-alpha.46](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.45...v0.1.0-alpha.46)
6
+
7
+ ### Features
8
+
9
+ * feat: OpenAI embeddings instrumentation ([8649277](https://github.com/Pay-i/pay-i-python/commit/864927729c11c54b4505123ee9c8c3ac6fec2304))
10
+
3
11
  ## 0.1.0-alpha.45 (2025-02-06)
4
12
 
5
13
  Full Changelog: [v0.1.0-alpha.44...v0.1.0-alpha.45](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.44...v0.1.0-alpha.45)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: payi
3
- Version: 0.1.0a45
3
+ Version: 0.1.0a46
4
4
  Summary: The official Python library for the payi API
5
5
  Project-URL: Homepage, https://github.com/Pay-i/pay-i-python
6
6
  Project-URL: Repository, https://github.com/Pay-i/pay-i-python
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "payi"
3
- version = "0.1.0-alpha.45"
3
+ version = "0.1.0-alpha.46"
4
4
  description = "The official Python library for the payi API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "payi"
4
- __version__ = "0.1.0-alpha.45" # x-release-please-version
4
+ __version__ = "0.1.0-alpha.46" # x-release-please-version
@@ -23,7 +23,7 @@ class OpenAiInstrumentor:
23
23
  def instrument(instrumentor: PayiInstrumentor) -> None:
24
24
  try:
25
25
  from openai import OpenAI # type: ignore # noqa: F401 I001
26
-
26
+
27
27
  wrap_function_wrapper(
28
28
  "openai.resources.chat.completions",
29
29
  "Completions.create",
@@ -36,11 +36,63 @@ class OpenAiInstrumentor:
36
36
  achat_wrapper(instrumentor),
37
37
  )
38
38
 
39
+ wrap_function_wrapper(
40
+ "openai.resources.embeddings",
41
+ "Embeddings.create",
42
+ embeddings_wrapper(instrumentor),
43
+ )
44
+
45
+ wrap_function_wrapper(
46
+ "openai.resources.embeddings",
47
+ "AsyncEmbeddings.create",
48
+ aembeddings_wrapper(instrumentor),
49
+ )
50
+
39
51
  except Exception as e:
40
52
  logging.debug(f"Error instrumenting openai: {e}")
41
53
  return
42
54
 
43
55
 
56
+ @PayiInstrumentor.payi_wrapper
57
+ def embeddings_wrapper(
58
+ instrumentor: PayiInstrumentor,
59
+ wrapped: Any,
60
+ instance: Any,
61
+ *args: Any,
62
+ **kwargs: Any,
63
+ ) -> Any:
64
+ return instrumentor.chat_wrapper(
65
+ "system.openai",
66
+ None, # process_chat_chunk,
67
+ None, # process_chat_request,
68
+ process_ebmeddings_synchronous_response,
69
+ IsStreaming.false,
70
+ wrapped,
71
+ instance,
72
+ args,
73
+ kwargs,
74
+ )
75
+
76
+ @PayiInstrumentor.payi_wrapper
77
+ async def aembeddings_wrapper(
78
+ instrumentor: PayiInstrumentor,
79
+ wrapped: Any,
80
+ instance: Any,
81
+ *args: Any,
82
+ **kwargs: Any,
83
+ ) -> Any:
84
+ return await instrumentor.achat_wrapper(
85
+ "system.openai",
86
+ None, # process_chat_chunk,
87
+ None, # process_chat_request,
88
+ process_ebmeddings_synchronous_response,
89
+ IsStreaming.false,
90
+ wrapped,
91
+ instance,
92
+ args,
93
+ kwargs,
94
+ )
95
+
44
96
  @PayiInstrumentor.payi_wrapper
45
97
  def chat_wrapper(
46
98
  instrumentor: PayiInstrumentor,
@@ -52,7 +104,7 @@ def chat_wrapper(
52
104
  return instrumentor.chat_wrapper(
53
105
  "system.openai",
54
106
  process_chat_chunk,
55
- process_request,
107
+ process_chat_request,
56
108
  process_chat_synchronous_response,
57
109
  IsStreaming.kwargs,
58
110
  wrapped,
@@ -72,7 +124,7 @@ async def achat_wrapper(
72
124
  return await instrumentor.achat_wrapper(
73
125
  "system.openai",
74
126
  process_chat_chunk,
75
- process_request,
127
+ process_chat_request,
76
128
  process_chat_synchronous_response,
77
129
  IsStreaming.kwargs,
78
130
  wrapped,
@@ -81,11 +133,13 @@ async def achat_wrapper(
81
133
  kwargs,
82
134
  )
83
135
 
136
+ def process_ebmeddings_synchronous_response(response: str, ingest: IngestUnitsParams, log_prompt_and_response: bool, **kwargs: Any) -> Any: # noqa: ARG001
137
+ return process_chat_synchronous_response(response, ingest, log_prompt_and_response, **kwargs)
84
138
 
85
139
  def process_chat_synchronous_response(response: str, ingest: IngestUnitsParams, log_prompt_and_response: bool, **kwargs: Any) -> Any: # noqa: ARG001
86
140
  response_dict = model_to_dict(response)
87
141
 
88
- add_usage_units(response_dict["usage"], ingest["units"])
142
+ add_usage_units(response_dict.get("usage", {}), ingest["units"])
89
143
 
90
144
  if log_prompt_and_response:
91
145
  ingest["provider_response_json"] = [json.dumps(response_dict)]
@@ -136,7 +190,7 @@ def has_image_and_get_texts(encoding: tiktoken.Encoding, content: Union[str, 'li
136
190
  token_count = sum(len(encoding.encode(item.get("text", ""))) for item in content if item.get("type") == "text")
137
191
  return has_image, token_count
138
192
 
139
- def process_request(ingest: IngestUnitsParams, *args: Any, **kwargs: Any) -> None: # noqa: ARG001
193
+ def process_chat_request(ingest: IngestUnitsParams, *args: Any, **kwargs: Any) -> None: # noqa: ARG001
140
194
  messages = kwargs.get("messages")
141
195
  if not messages or len(messages) == 0:
142
196
  return
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.1.0-alpha.45"
3
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes