Uses of Enum Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.FunctionTool.Type
Packages that use DashScopeApiSpec.FunctionTool.Type
-
Uses of DashScopeApiSpec.FunctionTool.Type in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return DashScopeApiSpec.FunctionTool.TypeModifier and TypeMethodDescriptionDashScopeApiSpec.FunctionTool.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static DashScopeApiSpec.FunctionTool.Type[]DashScopeApiSpec.FunctionTool.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.alibaba.cloud.ai.dashscope.spec with parameters of type DashScopeApiSpec.FunctionTool.TypeModifierConstructorDescriptionFunctionTool(DashScopeApiSpec.FunctionTool.Type type, DashScopeApiSpec.FunctionTool.Function function) Creates an instance of aFunctionToolrecord class.