Agent Client Protocol - v1.0.0
Protocol Docs
GitHub
NPM
Preparing search index...
AgentNotificationHandler
Type Alias AgentNotificationHandler<Params>
AgentNotificationHandler
:
(
context
:
AgentHandlerContext
<
Params
>
,
)
=>
MaybePromise
<
void
>
Notification handler registered on an
AgentApp
.
Type Parameters
Params
Type Declaration
(
context
:
AgentHandlerContext
<
Params
>
)
:
MaybePromise
<
void
>
Parameters
context
:
AgentHandlerContext
<
Params
>
Returns
MaybePromise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Protocol Docs
GitHub
NPM
Agent Client Protocol - v1.0.0
Loading...
Notification handler registered on an
AgentApp.