Files
open-gsio/packages/ai/src/prompts/index.ts
geoffsee 554096abb2 wip
2025-06-25 14:00:16 -04:00

6 lines
84 B
TypeScript

import few_shots from './few_shots.ts';
export default {
FewShots: few_shots,
};