Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ecb65d

Browse files
fix: update AITask data structure to match resource (#446)
This was missed in the previous PR#445
1 parentc2c443b commit7ecb65d

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
typeAITaskstruct {
1313
IDstring`mapstructure:"id"`
1414
SidebarApp []AITaskSidebarApp`mapstructure:"sidebar_app"`
15+
Promptstring`mapstructure:"prompt"`
16+
AppIDstring`mapstructure:"app_id"`
1517
}
1618

1719
typeAITaskSidebarAppstruct {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp