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