Skip to content

Commit d7c30a6

Browse files
horihiroCopilot
andauthored
Update nodejs/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 806a67f commit d7c30a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Create a new conversation session.
107107
- `systemMessage?: SystemMessageConfig` - System message customization (see below)
108108
- `infiniteSessions?: InfiniteSessionConfig` - Configure automatic context compaction (see below)
109109
- `provider?: ProviderConfig` - Custom API provider configuration (BYOK - Bring Your Own Key). See [Custom Providers](#custom-providers) section.
110-
- `onPermissionRequest: PermissionRequest` - Handler for permission requests from the server. See [Permission Control](../docs/compatibility.md#permission-control) section.
110+
- `onPermissionRequest: PermissionHandler` - Handler for permission requests from the server. See [Permission Control](../docs/compatibility.md#permission-control) section.
111111
- `onUserInputRequest?: UserInputHandler` - Handler for user input requests from the agent. Enables the `ask_user` tool. See [User Input Requests](#user-input-requests) section.
112112
- `hooks?: SessionHooks` - Hook handlers for session lifecycle events. See [Session Hooks](#session-hooks) section.
113113

0 commit comments

Comments
 (0)