Skip to content

Commit 7ecb65d

Browse files
fix: update AITask data structure to match resource (#446)
This was missed in the previous PR #445
1 parent c2c443b commit 7ecb65d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provider/ai_task.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import (
1212
type AITask struct {
1313
ID string `mapstructure:"id"`
1414
SidebarApp []AITaskSidebarApp `mapstructure:"sidebar_app"`
15+
Prompt string `mapstructure:"prompt"`
16+
AppID string `mapstructure:"app_id"`
1517
}
1618

1719
type AITaskSidebarApp struct {

0 commit comments

Comments
 (0)