Skip to content

Commit cc470db

Browse files
committed
refactor: trim foundry helper exports
1 parent 38839ad commit cc470db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/microsoft-foundry/shared.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ export type CachedTokenEntry = {
7373

7474
export type FoundryProviderApi = typeof DEFAULT_API | typeof DEFAULT_GPT5_API;
7575

76-
export type FoundryDeploymentConfigInput = {
76+
type FoundryDeploymentConfigInput = {
7777
name: string;
7878
modelName?: string;
7979
api?: FoundryProviderApi;
8080
};
8181

82-
export type FoundryModelCapabilities = {
82+
type FoundryModelCapabilities = {
8383
modelName: string;
8484
api: FoundryProviderApi;
8585
input: Array<"text" | "image">;

0 commit comments

Comments
 (0)