ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.4.0
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
Preparing search index...
AgentBatchEntry
Type Alias AgentBatchEntry<Method>
Experimental
AgentBatchEntry
:
|
{
[
Method
in
AgentRequestMethod
]
:
BatchRequest
<
AgentRequestParamsByMethod
[
Method
]
,
AgentRequestResponsesByMethod
[
Method
]
,
unknown
,
>
&
{
method
:
Method
}
}
[
AgentRequestMethod
]
|
{
[
Method
in
AgentNotificationMethod
]
:
BatchNotification
<
AgentNotificationParamsByMethod
[
Method
]
,
>
&
{
method
:
Method
}
}
[
AgentNotificationMethod
]
|
BatchNotification
<
CancelRequestNotification
>
&
{
method
:
typeof
cancel_request
;
}
|
BatchRequest
<
unknown
,
never
,
unknown
>
&
{
method
:
ExtensionMethod
|
UnrecognizedMethod
<
Method
>
;
}
|
BatchNotification
<
unknown
>
&
{
method
:
ExtensionMethod
|
UnrecognizedMethod
<
Method
>
;
}
One batch entry sent to an ACP v2 agent.
Type Parameters
Method
extends
string
=
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.4.0
Loading...
One batch entry sent to an ACP v2 agent.