32992834ee
- Xiaohongshu search via local MCP service (opt-in, zero impact if service not running) - Reddit public JSON fallback (works with zero API keys) - Reddit priority: ScrapeCreators -> OpenAI -> public fallback - Updated env.py: Reddit always available via public fallback Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
263 B
TypeScript
6 lines
263 B
TypeScript
export declare function normalizeHandle(input?: string | null): string | null;
|
|
export declare function mentionsQueryFromUserOption(userOption?: string | null): {
|
|
query: string | null;
|
|
error: string | null;
|
|
};
|
|
//# sourceMappingURL=normalize-handle.d.ts.map
|