JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
dev.langchain4j.code
CodeExecutionEngine
Contents
Description
Method Summary
Method Details
execute(String)
Hide sidebar
Show sidebar
Interface CodeExecutionEngine
public interface
CodeExecutionEngine
Interface for executing code.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
execute
(
String
code)
Execute the given code.
Method Details
execute
String
execute
(
String
code)
Execute the given code.
Parameters:
code
- The code to execute.
Returns:
The result of the execution.