Skip to content

Commit 913c92d

Browse files
brunoborgesCopilot
andauthored
Update docs/features/hooks.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent db24545 commit 913c92d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/features/hooks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ var session = await client.CreateSessionAsync(new SessionConfig
415415
import java.util.Set;
416416
import java.util.concurrent.CompletableFuture;
417417

418+
import com.github.copilot.sdk.PermissionHandler;
419+
import com.github.copilot.sdk.SessionConfig;
420+
import com.github.copilot.sdk.SessionHooks;
421+
import com.github.copilot.sdk.json.PreToolUseHookOutput;
418422
var readOnlyTools = Set.of("read_file", "glob", "grep", "view");
419423

420424
var hooks = new SessionHooks()

0 commit comments

Comments
 (0)