aigentic
0.10.0
common
platform
/
community.flock.aigentic.platform.client
/
PlatformEndpoints
Platform
Endpoints
interface
PlatformEndpoints
:
Gateway.Handler
,
GetRuns.Handler
,
AddRunAnnotations.Handler
Inheritors
AigenticPlatformEndpoints
Members
Functions
add
Run
Annotations
Link copied to clipboard
abstract
suspend
fun
addRunAnnotations
(
request
:
AddRunAnnotations.Request
)
:
AddRunAnnotations.Response
<
*
>
gateway
Link copied to clipboard
abstract
suspend
fun
gateway
(
request
:
Gateway.Request
)
:
Gateway.Response
<
*
>
get
Runs
Link copied to clipboard
abstract
suspend
fun
getRuns
(
request
:
GetRuns.Request
)
:
GetRuns.Response
<
*
>