AgentFunction

Reusable AgentFunction. Allows use of AgentPlatform as a function from I to O, with different process options.

Properties

Link copied to clipboard
abstract val agentScope: AgentScope
Link copied to clipboard
abstract val outputClass: Class<O>

Functions

Link copied to clipboard
open fun <V : Any> andThen(p0: Function<in O, out V>): BiFunction<I, ProcessOptions, V>
Link copied to clipboard
abstract fun apply(p0: I, p1: ProcessOptions): O