Companion

object Companion

Functions

Link copied to clipboard

Obtain a new Builder to customize agent settings before building.

Link copied to clipboard
inline fun <T : Any> create(agentPlatform: AgentPlatform): AgentInvocation<T>

Create a new AgentInvocation for the given platform, inferring the result type from the reified type parameter.

fun <T : Any> create(agentPlatform: AgentPlatform, resultType: Class<T>): AgentInvocation<T>

Create a new AgentInvocation for the given platform and explicit result type.