mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-21 22:21:33 +00:00
refactor(providers): centralize request capabilities (#59636)
* refactor(providers): centralize request capabilities * fix(providers): harden comparable base url parsing
This commit is contained in:
@@ -13,6 +13,9 @@ export {
|
||||
} from "../media-understanding/shared.js";
|
||||
export type {
|
||||
ProviderAttributionPolicy,
|
||||
ProviderRequestCapabilities,
|
||||
ProviderRequestCapabilitiesInput,
|
||||
ProviderRequestCompatibilityFamily,
|
||||
ProviderEndpointClass,
|
||||
ProviderEndpointResolution,
|
||||
ProviderRequestCapability,
|
||||
@@ -22,5 +25,6 @@ export type {
|
||||
} from "../agents/provider-attribution.js";
|
||||
export {
|
||||
resolveProviderEndpoint,
|
||||
resolveProviderRequestCapabilities,
|
||||
resolveProviderRequestPolicy,
|
||||
} from "../agents/provider-attribution.js";
|
||||
|
||||
Reference in New Issue
Block a user