Error during the rebase.

This commit is contained in:
Nicolas Patry 2024-05-16 13:29:49 +02:00
parent 961a873305
commit 31865be72f

View File

@ -999,7 +999,6 @@ pub struct ToolCallMessage {
#[schema(example = "assistant")] #[schema(example = "assistant")]
role: String, role: String,
tool_calls: Vec<ToolCall>, tool_calls: Vec<ToolCall>,
tool_call_id: String,
} }
#[derive(Clone, Deserialize, ToSchema, Serialize, Debug, PartialEq)] #[derive(Clone, Deserialize, ToSchema, Serialize, Debug, PartialEq)]