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
/// The contents of the assistant message. Required unless `tool_calls` is specified.
785
786
publicletcontent:TextOrRefusalContent?
787
+
/// The reasoning content of the assistant message.
788
+
publicletreasoningContent:String?
786
789
/// Data about a previous audio response from the model.
787
790
publicletaudio:Audio?
788
791
/// The name of the author of this message. `name` is required if role is `function`, and it should be the name of the function whose response is in the `content`. May contain a-z, A-Z, 0-9, and underscores, with a maximum length of 64 characters.
0 commit comments