mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
* refactor: extract media understanding common package * test: move media understanding format test
4 lines
184 B
TypeScript
4 lines
184 B
TypeScript
//#region packages/media-understanding-common/src/output-extract.d.ts
|
|
declare function extractGeminiResponse(raw: string): string | null;
|
|
//#endregion
|
|
export { extractGeminiResponse }; |