Package dev.langchain4j.image_to_diagram
Class ImageToDiagramProcess
java.lang.Object
dev.langchain4j.image_to_diagram.ImageToDiagramProcess
- All Implemented Interfaces:
ImageToDiagram
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.langchain4j.image_to_diagram.ImageToDiagram
ImageToDiagram.EvaluationResult, ImageToDiagram.State
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.langchain4j.image_to_diagram.ImageToDiagram
getLLM, loadPromptTemplate
-
Constructor Details
-
ImageToDiagramProcess
-
ImageToDiagramProcess
- Throws:
Exception
-
-
Method Details
-
execute
public org.bsc.async.AsyncGenerator<NodeOutput<ImageToDiagram.State>> execute(Map<String, Object> inputs) throws Exception- Specified by:
execute
in interfaceImageToDiagram
- Throws:
Exception
-