Input
- the input typeOutput
- the output type@FunctionalInterface public interface Chain<Input,Output>
AiServices
from dev.langchain4j:langchain4j
module instead,
as it is more powerful.Modifier and Type | Method and Description |
---|---|
Output |
execute(Input input)
Execute the chain step.
|
Copyright © 2024. All rights reserved.