mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-20 01:00:32 +00:00
feat: add raw session args/opts
This commit is contained in:
parent
7378abee46
commit
d51203c628
30 changed files with 4968 additions and 329 deletions
|
|
@ -131,6 +131,7 @@ export interface components {
|
|||
action: components["schemas"]["FileAction"];
|
||||
diff?: string | null;
|
||||
path: string;
|
||||
target_path?: string | null;
|
||||
/** @enum {string} */
|
||||
type: "file_ref";
|
||||
}) | {
|
||||
|
|
@ -183,7 +184,7 @@ export interface components {
|
|||
hasMore: boolean;
|
||||
};
|
||||
/** @enum {string} */
|
||||
FileAction: "read" | "write" | "patch";
|
||||
FileAction: "read" | "write" | "patch" | "rename" | "delete";
|
||||
HealthResponse: {
|
||||
status: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue