UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 158 B
/** Extract Gemini CLI-style response text from the last JSON object in output. */ export declare function extractGeminiResponse(raw: string): string | null;