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

com.alibaba.dashscope.tools.ToolAuthenticationBase Maven / Gradle / Ivy

The newest version!
package com.alibaba.dashscope.tools;

public interface ToolAuthenticationBase {
  default ToolAuthenticationBase getAuth() {
    return null;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy