Class ToolServiceContext
java.lang.Object
dev.langchain4j.service.tool.ToolServiceContext
- Direct Known Subclasses:
- ToolServiceContext.Empty
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionToolServiceContext(List<ToolSpecification> toolSpecifications, Map<String, ToolExecutor> toolExecutors) 
- 
Method Summary
- 
Constructor Details- 
ToolServiceContextpublic ToolServiceContext(List<ToolSpecification> toolSpecifications, Map<String, ToolExecutor> toolExecutors) 
 
- 
- 
Method Details- 
toolSpecifications
- 
toolExecutors
- 
equals
- 
hashCode
- 
toString
 
-