writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
writeopia
writeopia
/
io.writeopia.sdk.ai
/
AiClient
Ai
Client
interface
AiClient
Members
Functions
generate
List
Items
Link copied to clipboard
abstract
suspend
fun
generateListItems
(
model
:
String
,
context
:
String
,
url
:
String
)
:
ResultData
<
List
<
String
>
>
get
Configured
Url
Link copied to clipboard
abstract
suspend
fun
getConfiguredUrl
(
id
:
String
)
:
String
?
get
Selected
Model
Link copied to clipboard
abstract
suspend
fun
getSelectedModel
(
userId
:
String
)
:
String
?