ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
Preparing search index...
AgentNotificationHandler
Type Alias AgentNotificationHandler<Params>
Experimental
AgentNotificationHandler
:
(
context
:
AgentNotificationContext
<
Params
>
,
)
=>
MaybePromise
<
void
>
Notification handler registered on an
AgentApp
.
Type Parameters
Params
Type Declaration
(
context
:
AgentNotificationContext
<
Params
>
)
:
MaybePromise
<
void
>
Parameters
context
:
AgentNotificationContext
<
Params
>
Returns
MaybePromise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Loading...
Notification handler registered on an
AgentApp.