Spaces:
Running
Running
File size: 124 Bytes
813eca2 |
1 2 3 4 |
export default interface ICompletionMessage {
role: 'system' | 'assistant' | 'user' | 'function';
content: string;
} |