aigentic
0.4.0-SNAPSHOT
common
platform
/
community.flock.aigentic.platform.client
/
PlatformEndpoints
Platform
Endpoints
interface
PlatformEndpoints
:
GatewayEndpoint
,
GetRunsEndpoint
Inheritors
AigenticPlatformEndpoints
Members
Functions
gateway
Link copied to clipboard
abstract
suspend
fun
gateway
(
request
:
GatewayEndpoint.Request
<
*
>
)
:
GatewayEndpoint.Response
<
*
>
get
Runs
Link copied to clipboard
abstract
suspend
fun
getRuns
(
request
:
GetRunsEndpoint.Request
<
*
>
)
:
GetRunsEndpoint.Response
<
*
>