Skip to content

Commit c76d6c0

Browse files
feat: add todo to missing storyId payload property
1 parent a79ad15 commit c76d6c0

File tree

1 file changed

+2
-0
lines changed
  • packages/field-plugin/src/messaging/pluginMessage/pluginToContainerMessage

1 file changed

+2
-0
lines changed

packages/field-plugin/src/messaging/pluginMessage/pluginToContainerMessage/PromptAIMessage.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ export const promptAIActionsList: PromptAIAction[] = [
3636
export type PromptAIPayload = {
3737
action: PromptAIAction
3838
text: string
39+
// todo: pass the storyId to the container when accepted by the API
40+
// storyId?: number
3941
language?: string
4042
textLength?: string
4143
tone?: string

0 commit comments

Comments
 (0)