Remove unused app ID schema (#27105)
This commit is contained in:
@@ -40,3 +40,16 @@ export function useGlobalSync() {
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
export function useQueryOptions() {
|
||||
return {
|
||||
agents: (directory: string) => ({
|
||||
queryKey: [directory, "agents"],
|
||||
queryFn: async () => [],
|
||||
}),
|
||||
providers: (directory: string | null) => ({
|
||||
queryKey: [directory, "providers"],
|
||||
queryFn: async () => provider,
|
||||
}),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user