Skip to content

Commit 3ed0ba9

Browse files
committed
regen sdk
1 parent 9eb3442 commit 3ed0ba9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,17 @@ export type McpRemoteConfig = {
11321132
*/
11331133
export type LayoutConfig = "auto" | "stretch"
11341134

1135+
export type ImageAttachmentConfig = {
1136+
auto_resize?: boolean
1137+
max_width?: number
1138+
max_height?: number
1139+
max_base64_bytes?: number
1140+
}
1141+
1142+
export type AttachmentConfig = {
1143+
image?: ImageAttachmentConfig
1144+
}
1145+
11351146
export type Config = {
11361147
$schema?: string
11371148
shell?: string
@@ -1246,6 +1257,7 @@ export type Config = {
12461257
tools?: {
12471258
[key: string]: boolean
12481259
}
1260+
attachment?: AttachmentConfig
12491261
enterprise?: {
12501262
url?: string
12511263
}

0 commit comments

Comments
 (0)