agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
JsonRpcNotification
Interface JsonRpcNotification
A JSON-RPC notification frame emitted by the ACP adapter.
interface
JsonRpcNotification
{
jsonrpc
:
"2.0"
;
method
:
string
;
params
?:
unknown
;
}
Index
Properties
jsonrpc
method
params?
Properties
jsonrpc
jsonrpc
:
"2.0"
method
method
:
string
Optional
params
params
?:
unknown
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
method
params
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
A JSON-RPC notification frame emitted by the ACP adapter.