mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 09:26:23 +02:00
remove: eliminate gemini3-test example from exports
This commit is contained in:
parent
5a8bc0b1a0
commit
e3bc26d2e6
1 changed files with 0 additions and 2 deletions
|
|
@ -1,9 +1,7 @@
|
|||
import twitterPodcast from './twitter-podcast.json' with { type: 'json' };
|
||||
import gemini3Test from './gemini3-test.json' with { type: 'json' };
|
||||
import { Example } from '../application/entities/example.js';
|
||||
import z from 'zod';
|
||||
|
||||
export const examples: Record<string, z.infer<typeof Example>> = {
|
||||
"twitter-podcast": Example.parse(twitterPodcast),
|
||||
"gemini3-test": Example.parse(gemini3Test),
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue