refactor: trim foundry helper exports · openclaw/openclaw@cc470db
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
File tree
extensions/microsoft-foundry
| Original file line number | Diff line number | Diff line change |
|---|
@@ -73,13 +73,13 @@ export type CachedTokenEntry = {
|
73 | 73 | |
74 | 74 | export type FoundryProviderApi = typeof DEFAULT_API | typeof DEFAULT_GPT5_API; |
75 | 75 | |
76 | | -export type FoundryDeploymentConfigInput = { |
| 76 | +type FoundryDeploymentConfigInput = { |
77 | 77 | name: string; |
78 | 78 | modelName?: string; |
79 | 79 | api?: FoundryProviderApi; |
80 | 80 | }; |
81 | 81 | |
82 | | -export type FoundryModelCapabilities = { |
| 82 | +type FoundryModelCapabilities = { |
83 | 83 | modelName: string; |
84 | 84 | api: FoundryProviderApi; |
85 | 85 | input: Array<"text" | "image">; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。