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 c2c443b commit 7ecb65dCopy full SHA for 7ecb65d
provider/ai_task.go
@@ -12,6 +12,8 @@ import (
12
type AITask struct {
13
ID string `mapstructure:"id"`
14
SidebarApp []AITaskSidebarApp `mapstructure:"sidebar_app"`
15
+ Prompt string `mapstructure:"prompt"`
16
+ AppID string `mapstructure:"app_id"`
17
}
18
19
type AITaskSidebarApp struct {
0 commit comments