generated from template/apps-template
11 lines
215 B
TypeScript
11 lines
215 B
TypeScript
import { ai } from './common.ts';
|
|
import { AIUtils } from '@kevisual/ai';
|
|
|
|
const text = `\`\`\`\`json
|
|
{
|
|
"id": "7y6FHnPSzwhDJGyizsTQU",
|
|
"payload": {}
|
|
}
|
|
\`\`\``
|
|
|
|
const json = AIUtils.extractJsonFromMarkdown(text); |