mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:10:44 +00:00
refactor: trim foundry helper exports
This commit is contained in:
@@ -73,13 +73,13 @@ export type CachedTokenEntry = {
|
||||
|
||||
export type FoundryProviderApi = typeof DEFAULT_API | typeof DEFAULT_GPT5_API;
|
||||
|
||||
export type FoundryDeploymentConfigInput = {
|
||||
type FoundryDeploymentConfigInput = {
|
||||
name: string;
|
||||
modelName?: string;
|
||||
api?: FoundryProviderApi;
|
||||
};
|
||||
|
||||
export type FoundryModelCapabilities = {
|
||||
type FoundryModelCapabilities = {
|
||||
modelName: string;
|
||||
api: FoundryProviderApi;
|
||||
input: Array<"text" | "image">;
|
||||
|
||||
Reference in New Issue
Block a user