Skip to content

Commit 5b82a37

Browse files
authored
fix: mark AiActionInvocationType outputFormat as optional (#2858)
1 parent 02a9f95 commit 5b82a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/entities/ai-action-invocation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export type AiActionInvocationProps = {
5050
}
5151

5252
export type AiActionInvocationType = {
53-
outputFormat: 'RichText' | 'Markdown' | 'PlainText'
53+
outputFormat?: 'RichText' | 'Markdown' | 'PlainText'
5454
variables?: Array<
5555
| {
5656
value: string

0 commit comments

Comments
 (0)