com.alibaba.dashscope.tools.ToolAuthenticationBase Maven / Gradle / Ivy
The newest version!
package com.alibaba.dashscope.tools;
public interface ToolAuthenticationBase {
default ToolAuthenticationBase getAuth() {
return null;
}
}