Uses of Interface
com.alibaba.cloud.ai.graph.agent.flow.agent.ParallelAgent.MergeStrategy
Packages that use ParallelAgent.MergeStrategy
-
Uses of ParallelAgent.MergeStrategy in com.alibaba.cloud.ai.graph.agent.flow.agent
Classes in com.alibaba.cloud.ai.graph.agent.flow.agent that implement ParallelAgent.MergeStrategyModifier and TypeClassDescriptionstatic classConcatenation merge strategy for string results.static classDefault merge strategy that combines all results into a map.static classList merge strategy that combines results into a list.Methods in com.alibaba.cloud.ai.graph.agent.flow.agent that return ParallelAgent.MergeStrategyModifier and TypeMethodDescriptionParallelAgent.mergeStrategy()Gets the merge strategy used by this ParallelAgent.Methods in com.alibaba.cloud.ai.graph.agent.flow.agent with parameters of type ParallelAgent.MergeStrategyModifier and TypeMethodDescriptionParallelAgent.ParallelAgentBuilder.mergeStrategy(ParallelAgent.MergeStrategy mergeStrategy) Sets the merge strategy for combining parallel execution results.