chore(sdk): sync generated snapshot cleanup parameters

This commit is contained in:
marius-kilocode
2026-08-27 15:07:43 +02:00
parent 72fa301b59
commit c1927d2806
+2 -2
View File
@@ -8481,10 +8481,10 @@ export class Kilocode extends HeyApiClient {
* Remove the snapshot repository for an already deleted Agent Manager worktree.
*/
public removeSnapshot<ThrowOnError extends boolean = false>(
parameters?: {
parameters: {
directory?: string
workspace?: string
worktree?: string
worktree: string
},
options?: Options<never, ThrowOnError>,
) {