Spaces:
Running
Running
export default interface ICompletionMessage { | |
role: 'system' | 'assistant' | 'user' | 'function'; | |
content: string; | |
} |