|
|
@@ -2231,6 +2231,7 @@ export class Session2 extends HeyApiClient {
|
|
|
sessionID: string
|
|
|
directory?: string
|
|
|
workspace?: string
|
|
|
+ messageID?: string
|
|
|
agent?: string
|
|
|
model?: {
|
|
|
providerID: string
|
|
|
@@ -2248,6 +2249,7 @@ export class Session2 extends HeyApiClient {
|
|
|
{ in: "path", key: "sessionID" },
|
|
|
{ in: "query", key: "directory" },
|
|
|
{ in: "query", key: "workspace" },
|
|
|
+ { in: "body", key: "messageID" },
|
|
|
{ in: "body", key: "agent" },
|
|
|
{ in: "body", key: "model" },
|
|
|
{ in: "body", key: "command" },
|