ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
Preparing search index...
BatchEntry
Type Alias BatchEntry
Experimental
BatchEntry
:
|
{
kind
:
"request"
;
method
:
string
;
params
?:
unknown
;
mapResponse
?:
(
response
:
never
)
=>
unknown
;
options
?:
SendRequestOptions
;
}
|
BatchNotification
One outgoing JSON-RPC batch entry.
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...
One outgoing JSON-RPC batch entry.