JsonRpcRequest
Agent Runtimes / types/acp / ACP / JsonRpcRequest
Interface: JsonRpcRequest
Defined in: types/acp.ts:10
Properties
id
id:
string|number
Defined in: types/acp.ts:14
jsonrpc
jsonrpc:
"2.0"
Defined in: types/acp.ts:11
method
method:
string
Defined in: types/acp.ts:12
params?
optionalparams?:unknown
Defined in: types/acp.ts:13