mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:40:44 +00:00
fix: type media private-network request flag
This commit is contained in:
@@ -83,6 +83,8 @@ export type MediaUnderstandingProviderRequestTransportOverrides = {
|
||||
auth?: MediaUnderstandingProviderRequestAuthOverride;
|
||||
proxy?: MediaUnderstandingProviderRequestProxyOverride;
|
||||
tls?: MediaUnderstandingProviderRequestTlsOverride;
|
||||
/** Runtime-only flag from trusted model-provider config; media config rejects it. */
|
||||
allowPrivateNetwork?: boolean;
|
||||
};
|
||||
|
||||
export type AudioTranscriptionRequest = {
|
||||
|
||||
Reference in New Issue
Block a user