mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 07:04:29 +00:00
wip
This commit is contained in:
parent
aa332307e5
commit
b372383cfd
47 changed files with 1845 additions and 1212 deletions
|
|
@ -173,6 +173,7 @@ export type StarSandboxAgentRepoResult = z.infer<typeof StarSandboxAgentRepoResu
|
|||
|
||||
export const HistoryQueryInputSchema = z.object({
|
||||
organizationId: OrganizationIdSchema,
|
||||
repoId: z.string().min(1).optional(),
|
||||
limit: z.number().int().positive().max(500).optional(),
|
||||
branch: z.string().min(1).optional(),
|
||||
taskId: z.string().min(1).optional(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue