All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.langchain4j.runtime.tool.ToolMethodCreateInfo Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
package io.quarkiverse.langchain4j.runtime.tool;

import dev.langchain4j.agent.tool.ToolSpecification;

public record ToolMethodCreateInfo(String methodName,
        String invokerClassName,
        ToolSpecification toolSpecification,
        String argumentMapperClassName) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy