style: apply oxformat cleanup

This commit is contained in:
Peter Steinberger
2026-04-11 01:17:37 +01:00
parent d85b2a0e81
commit d44cd0d452
7 changed files with 39 additions and 42 deletions

View File

@@ -1,4 +1,7 @@
export function resolveMemorySearchPreflight(params: { query: string; hasIndexedContent: boolean }):
export function resolveMemorySearchPreflight(params: {
query: string;
hasIndexedContent: boolean;
}):
| {
normalizedQuery: string;
shouldInitializeProvider: boolean;