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 a79ad15 commit c76d6c0Copy full SHA for c76d6c0
packages/field-plugin/src/messaging/pluginMessage/pluginToContainerMessage/PromptAIMessage.ts
@@ -36,6 +36,8 @@ export const promptAIActionsList: PromptAIAction[] = [
36
export type PromptAIPayload = {
37
action: PromptAIAction
38
text: string
39
+ // todo: pass the storyId to the container when accepted by the API
40
+ // storyId?: number
41
language?: string
42
textLength?: string
43
tone?: string
0 commit comments