AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
JSONRPCNotification
JSONRPCNotification
@
Serializable
data
class
JSONRPCNotification
(
val
method
:
String
,
val
params
:
JsonObject
?
=
null
,
val
jsonrpc
:
String
=
JSONRPC_VERSION
)
:
JSONRPCMessage
(
source
)
Since
0.3.0-beta01
Members
Constructors
JSONRPCNotification
Link copied to clipboard
constructor
(
method
:
String
,
params
:
JsonObject
?
=
null
,
jsonrpc
:
String
=
JSONRPC_VERSION
)
Properties
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
method
Link copied to clipboard
val
method
:
String
params
Link copied to clipboard
val
params
:
JsonObject
?