Prompts (#229)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { OpenAIModel } from './openai';
|
||||
|
||||
export interface Prompt {
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
content: string;
|
||||
model: OpenAIModel;
|
||||
folderId: string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user