We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725526e commit 06d0c24Copy full SHA for 06d0c24
src/v1/chat_completion.rs
@@ -228,6 +228,8 @@ pub struct ChatCompletionMessageForResponse {
228
#[serde(skip_serializing_if = "Option::is_none")]
229
pub content: Option<String>,
230
231
+ pub reasoning_content: Option<String>,
232
+ #[serde(skip_serializing_if = "Option::is_none")]
233
pub name: Option<String>,
234
235
pub tool_calls: Option<Vec<ToolCall>>,
0 commit comments