@@ -2970,9 +2970,6 @@ export type SessionChildrenResponse = SessionChildrenResponses[keyof SessionChil
29702970export type SessionTodoData = {
29712971 body ?: never
29722972 path : {
2973- /**
2974- * Session ID
2975- */
29762973 sessionID : string
29772974 }
29782975 query ?: {
@@ -3011,9 +3008,6 @@ export type SessionInitData = {
30113008 messageID : string
30123009 }
30133010 path : {
3014- /**
3015- * Session ID
3016- */
30173011 sessionID : string
30183012 }
30193013 query ?: {
@@ -3199,9 +3193,6 @@ export type SessionSummarizeData = {
31993193 auto ?: boolean
32003194 }
32013195 path : {
3202- /**
3203- * Session ID
3204- */
32053196 sessionID : string
32063197 }
32073198 query ?: {
@@ -3236,9 +3227,6 @@ export type SessionSummarizeResponse = SessionSummarizeResponses[keyof SessionSu
32363227export type SessionMessagesData = {
32373228 body ?: never
32383229 path : {
3239- /**
3240- * Session ID
3241- */
32423230 sessionID : string
32433231 }
32443232 query ?: {
@@ -3295,9 +3283,6 @@ export type SessionPromptData = {
32953283 parts : Array < TextPartInput | FilePartInput | AgentPartInput | SubtaskPartInput >
32963284 }
32973285 path : {
3298- /**
3299- * Session ID
3300- */
33013286 sessionID : string
33023287 }
33033288 query ?: {
@@ -3335,9 +3320,6 @@ export type SessionPromptResponse = SessionPromptResponses[keyof SessionPromptRe
33353320export type SessionDeleteMessageData = {
33363321 body ?: never
33373322 path : {
3338- /**
3339- * Session ID
3340- */
33413323 sessionID : string
33423324 /**
33433325 * Message ID
@@ -3376,9 +3358,6 @@ export type SessionDeleteMessageResponse = SessionDeleteMessageResponses[keyof S
33763358export type SessionMessageData = {
33773359 body ?: never
33783360 path : {
3379- /**
3380- * Session ID
3381- */
33823361 sessionID : string
33833362 /**
33843363 * Message ID
@@ -3420,9 +3399,6 @@ export type SessionMessageResponse = SessionMessageResponses[keyof SessionMessag
34203399export type PartDeleteData = {
34213400 body ?: never
34223401 path : {
3423- /**
3424- * Session ID
3425- */
34263402 sessionID : string
34273403 /**
34283404 * Message ID
@@ -3465,9 +3441,6 @@ export type PartDeleteResponse = PartDeleteResponses[keyof PartDeleteResponses]
34653441export type PartUpdateData = {
34663442 body ?: Part
34673443 path : {
3468- /**
3469- * Session ID
3470- */
34713444 sessionID : string
34723445 /**
34733446 * Message ID
@@ -3528,9 +3501,6 @@ export type SessionPromptAsyncData = {
35283501 parts : Array < TextPartInput | FilePartInput | AgentPartInput | SubtaskPartInput >
35293502 }
35303503 path : {
3531- /**
3532- * Session ID
3533- */
35343504 sessionID : string
35353505 }
35363506 query ?: {
@@ -3580,9 +3550,6 @@ export type SessionCommandData = {
35803550 } >
35813551 }
35823552 path : {
3583- /**
3584- * Session ID
3585- */
35863553 sessionID : string
35873554 }
35883555 query ?: {
@@ -3627,9 +3594,6 @@ export type SessionShellData = {
36273594 command : string
36283595 }
36293596 path : {
3630- /**
3631- * Session ID
3632- */
36333597 sessionID : string
36343598 }
36353599 query ?: {
0 commit comments