We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b8891 commit 0ab8c46Copy full SHA for 0ab8c46
sentry_sdk/integrations/openai.py
@@ -834,7 +834,7 @@ def _set_streaming_completions_api_output_data(
834
response: "Any",
835
kwargs: "dict[str, Any]",
836
integration: "OpenAIIntegration",
837
- start_time: "float",
+ start_time: "Optional[float]" = None,
838
finish_span: bool = True,
839
) -> None:
840
messages = kwargs.get("messages")
@@ -890,7 +890,7 @@ def _set_streaming_responses_api_output_data(
890
891
892
893
894
895
896
input = kwargs.get("input")
0 commit comments