Agent Client Protocol - v0.28.0
Protocol Docs
GitHub
NPM
Preparing search index...
ClientNotificationHandlersByMethod
Type Alias ClientNotificationHandlersByMethod
Client notification handlers keyed by ACP protocol method name.
type
ClientNotificationHandlersByMethod
=
{
"session/update"
:
ClientNotificationHandler
<
SessionNotification
>
;
"elicitation/complete"
:
ClientNotificationHandler
<
CompleteElicitationNotification
,
>
;
}
Index
Properties
session/update
elicitation/complete
Properties
session/update
"session/update"
:
ClientNotificationHandler
<
SessionNotification
>
elicitation/complete
"elicitation/complete"
:
ClientNotificationHandler
<
CompleteElicitationNotification
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
session/update
elicitation/complete
Protocol Docs
GitHub
NPM
Agent Client Protocol - v0.28.0
Loading...
Client notification handlers keyed by ACP protocol method name.