File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
packages/sdk/js/src/v2/gen Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1064,6 +1064,7 @@ export class Session extends HeyApiClient {
10641064 directory ?: string
10651065 providerID ?: string
10661066 modelID ?: string
1067+ prompt ?: string
10671068 } ,
10681069 options ?: Options < never , ThrowOnError > ,
10691070 ) {
@@ -1076,6 +1077,7 @@ export class Session extends HeyApiClient {
10761077 { in : "query" , key : "directory" } ,
10771078 { in : "body" , key : "providerID" } ,
10781079 { in : "body" , key : "modelID" } ,
1080+ { in : "body" , key : "prompt" } ,
10791081 ] ,
10801082 } ,
10811083 ] ,
Original file line number Diff line number Diff line change @@ -1438,6 +1438,7 @@ export type Command = {
14381438 model ?: string
14391439 template : string
14401440 subtask ?: boolean
1441+ compact ?: boolean
14411442}
14421443
14431444export type Model = {
@@ -2494,6 +2495,7 @@ export type SessionSummarizeData = {
24942495 body ?: {
24952496 providerID : string
24962497 modelID : string
2498+ prompt : string
24972499 }
24982500 path : {
24992501 /**
You can’t perform that action at this time.
0 commit comments