Skip to content

Commit e1fbc2c

Browse files
brunoborgesCopilot
andauthored
Update docs/getting-started.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 236901b commit e1fbc2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@ public class HelloCopilot {
10191019
.setModel("gpt-4.1")
10201020
.setStreaming(true)
10211021
.setTools(List.of(getWeather))
1022+
.setOnPermissionRequest(PermissionHandler.APPROVE_ALL)
10221023
).get();
10231024

10241025
session.on(AssistantMessageDeltaEvent.class, delta -> {

0 commit comments

Comments
 (0)