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

io.quarkiverse.langchain4j.runtime.aiservice.AiServiceClassCreateInfo Maven / Gradle / Ivy

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

import java.util.Map;

/**
 * @param methodMap the key is a methodId generated at build time
 */
public record AiServiceClassCreateInfo(Map methodMap, String implClassName) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy