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 38839ad commit cc470dbCopy full SHA for cc470db
1 file changed
extensions/microsoft-foundry/shared.ts
@@ -73,13 +73,13 @@ export type CachedTokenEntry = {
73
74
export type FoundryProviderApi = typeof DEFAULT_API | typeof DEFAULT_GPT5_API;
75
76
-export type FoundryDeploymentConfigInput = {
+type FoundryDeploymentConfigInput = {
77
name: string;
78
modelName?: string;
79
api?: FoundryProviderApi;
80
};
81
82
-export type FoundryModelCapabilities = {
+type FoundryModelCapabilities = {
83
modelName: string;
84
api: FoundryProviderApi;
85
input: Array<"text" | "image">;
0 commit comments