We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a9f95 commit 5b82a37Copy full SHA for 5b82a37
1 file changed
lib/entities/ai-action-invocation.ts
@@ -50,7 +50,7 @@ export type AiActionInvocationProps = {
50
}
51
52
export type AiActionInvocationType = {
53
- outputFormat: 'RichText' | 'Markdown' | 'PlainText'
+ outputFormat?: 'RichText' | 'Markdown' | 'PlainText'
54
variables?: Array<
55
| {
56
value: string
0 commit comments