We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7878f6f commit ad8f760Copy full SHA for ad8f760
apps/demos/Demos/Form/SmartPaste/Vue/App.vue
@@ -142,7 +142,7 @@ const formRef = ref();
142
type AIMessage = (
143
OpenAI.ChatCompletionUserMessageParam | OpenAI.ChatCompletionSystemMessageParam
144
) & {
145
- content: string;
+ content: string | undefined;
146
};
147
148
const aiService = new AzureOpenAI(AzureOpenAIConfig);
0 commit comments