feat: add optional messageID to ShellInput (#20657)
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -3815,6 +3815,7 @@ export type SessionCommandResponse = SessionCommandResponses[keyof SessionComman
|
||||
|
||||
export type SessionShellData = {
|
||||
body?: {
|
||||
messageID?: string
|
||||
agent: string
|
||||
model?: {
|
||||
providerID: string
|
||||
|
||||
Reference in New Issue
Block a user