fix: resolve issue 4475 (#4505)
This commit is contained in:
parent
793542230f
commit
16fdc90976
3 changed files with 22 additions and 16 deletions
|
|
@ -2294,6 +2294,10 @@ export type SessionCommandResponse = SessionCommandResponses[keyof SessionComman
|
|||
export type SessionShellData = {
|
||||
body?: {
|
||||
agent: string
|
||||
model?: {
|
||||
providerID: string
|
||||
modelID: string
|
||||
}
|
||||
command: string
|
||||
}
|
||||
path: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue