withResponseProcessor
fun withResponseProcessor(responseProcessor: ResponseProcessor): SubtaskBuilderWithOutput<Output>(source)
Sets the response processor to be used for post-processing LLM responses during task execution.
Parameters
responseProcessor
The instance of ResponseProcessor to handle and modify LLM responses during task execution.