JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
dev.langchain4j.agentic.internal
AgentSpecsProvider
Contents
Description
Method Summary
Method Details
inputName()
outputName()
description()
async()
Hide sidebar
Show sidebar
Interface AgentSpecsProvider
All Known Implementing Classes:
HumanInTheLoop
public interface
AgentSpecsProvider
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
async
()
String
description
()
String
inputName
()
String
outputName
()
Method Details
inputName
String
inputName
()
outputName
String
outputName
()
description
String
description
()
async
boolean
async
()