CustomPlannerStrategyBuilderWithInput
class CustomPlannerStrategyBuilderWithInput<Input : Any, State : Any>(name: String, planner: AIAgentPlanner<State, *>, provideInput: (Input) -> State) : TypedAgentPlannerStrategyBuilder<Input, State> (source)
Functions
Link copied to clipboard
fun <Output : Any> withOutput(provideOutput: (State) -> Output): TypedCustomPlannerStrategyBuilder<Input, Output, State>