chore: generate
This commit is contained in:
parent
2bb4311042
commit
cd292a4ecb
14 changed files with 78 additions and 146 deletions
|
|
@ -169,10 +169,7 @@ describe("GithubCopilotPlugin", () => {
|
|||
"aisdk.language",
|
||||
{
|
||||
model: new ModelV2.Info({
|
||||
...ModelV2.Info.empty(
|
||||
ProviderV2.ID.make("github-copilot"),
|
||||
ModelV2.ID.make("gpt-5-mini-2025-08-07"),
|
||||
),
|
||||
...ModelV2.Info.empty(ProviderV2.ID.make("github-copilot"), ModelV2.ID.make("gpt-5-mini-2025-08-07")),
|
||||
api: { id: ModelV2.ID.make("gpt-5-mini-2025-08-07"), type: "aisdk", package: "test-provider" },
|
||||
}),
|
||||
sdk: fakeSelectorSdk(calls),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue