JsonRpcResponse
Agent Runtimes / types/acp / ACP / JsonRpcResponse
Interface: JsonRpcResponse
Defined in: types/acp.ts:17
Properties
error?
optionalerror?:object
Defined in: types/acp.ts:20
code
code:
number
data?
optionaldata?:unknown
message
message:
string
id
id:
string|number
Defined in: types/acp.ts:25
jsonrpc
jsonrpc:
"2.0"
Defined in: types/acp.ts:18
result?
optionalresult?:unknown
Defined in: types/acp.ts:19