Copilot fix o1 model (#30581)
Release Notes: - Fixed an issue where the `o1` model would not work when using Copilot Chat
This commit is contained in:
parent
3173f87dc3
commit
3ea86da16f
2 changed files with 135 additions and 138 deletions
|
@ -237,7 +237,6 @@ pub struct FunctionContent {
|
|||
#[serde(tag = "type", rename_all = "snake_case")]
|
||||
pub struct ResponseEvent {
|
||||
pub choices: Vec<ResponseChoice>,
|
||||
pub created: u64,
|
||||
pub id: String,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue