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
/// Annotations for the message, when applicable, as when using the web search tool.
30
31
/// Web search tool: https://platform.openai.com/docs/guides/tools-web-search?api-mode=chat
31
-
publicletannotations:[Annotation]
32
+
///
33
+
/// This field is declared non-optional in OpenAI API reference, but to not make breaking changes for our users that use this SDK for other providers like DeepSeek, made it optional for now
34
+
/// See https://github.com/MacPaw/OpenAI/issues/293
35
+
publicletannotations:[Annotation]?
32
36
/// If the audio output modality is requested, this object contains data about the audio response from the model.
0 commit comments