diff --git a/src/chat.rs b/src/chat.rs index 5d423d2..adec804 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -83,6 +83,8 @@ pub struct ChatCompletionMessageDelta { pub role: Option, /// The contents of the message pub content: Option, + /// The reasoning contents of the message + pub reasoning_content: Option, /// The name of the user in a multi-user chat #[serde(skip_serializing_if = "Option::is_none")] pub name: Option,