refactor(agents): remove unused provider tls helper · openclaw/openclaw@06e2614
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -694,13 +694,6 @@ export function buildProviderRequestDispatcherPolicy(
|
694 | 694 | }; |
695 | 695 | } |
696 | 696 | |
697 | | -/** Builds direct TLS client options for providers that own their transport client. */ |
698 | | -export function buildProviderRequestTlsClientOptions( |
699 | | -request: Pick<ResolvedProviderRequestConfig, "tls">, |
700 | | -): Record<string, unknown> | undefined { |
701 | | -return toTlsConnectOptions(request.tls); |
702 | | -} |
703 | | - |
704 | 697 | /** Resolves the full provider request policy, headers, auth, proxy, and TLS config. */ |
705 | 698 | export function resolveProviderRequestPolicyConfig( |
706 | 699 | params: ResolveProviderRequestPolicyConfigParams, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。