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