Update cookbook/copilot-sdk/java/recipe/ManagingLocalFiles.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Bruno Borges
2026-04-06 16:30:41 -04:00
committed by GitHub
parent 8ba7845b8e
commit 6f47a3d1d2

View File

@@ -9,7 +9,6 @@ import com.github.copilot.sdk.events.ToolExecutionStartEvent;
import com.github.copilot.sdk.json.MessageOptions;
import com.github.copilot.sdk.json.PermissionHandler;
import com.github.copilot.sdk.json.SessionConfig;
import java.nio.file.Paths;
import java.util.concurrent.CountDownLatch;
public class ManagingLocalFiles {