fix: clean up rebase follow-up regressions

This commit is contained in:
Peter Steinberger
2026-04-06 15:18:16 +01:00
parent 94b8ab0325
commit 07b3ee813a
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ import {
decodeAcpxRuntimeHandleState,
encodeAcpxRuntimeHandleState,
type AcpAgentRegistry,
type AcpSessionRecord,
type AcpRuntimeDoctorReport,
type AcpRuntimeEvent,
type AcpRuntimeHandle,

View File

@@ -248,7 +248,6 @@ export function createXaiWebSearchProvider(): WebSearchProviderPlugin {
),
inlineCitations: resolveXaiInlineCitations(searchConfig),
cacheTtlMs: resolveCacheTtlMs(searchConfig?.cacheTtlMinutes, DEFAULT_CACHE_TTL_MINUTES),
cacheTtlMs: resolveCacheTtlMs(searchConfig?.cacheTtlMinutes, DEFAULT_CACHE_TTL_MINUTES),
});
},
};