JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
dev.langchain4j.agent
Interface Tool
public interface
Tool
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
description
()
Optional
<
String
>
execute
(
String
input)
String
id
()
Method Details
id
String
id
()
description
String
description
()
execute
Optional
<
String
>
execute
(
String
input)