Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.ChatCompletionMessage.ChatCompletionFunction
Packages that use DashScopeApiSpec.ChatCompletionMessage.ChatCompletionFunction
-
Uses of DashScopeApiSpec.ChatCompletionMessage.ChatCompletionFunction in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return DashScopeApiSpec.ChatCompletionMessage.ChatCompletionFunctionModifier and TypeMethodDescriptionDashScopeApiSpec.ChatCompletionMessage.ToolCall.function()Returns the value of thefunctionrecord component.Constructors in com.alibaba.cloud.ai.dashscope.spec with parameters of type DashScopeApiSpec.ChatCompletionMessage.ChatCompletionFunctionModifierConstructorDescriptionToolCall(String id, String type, DashScopeApiSpec.ChatCompletionMessage.ChatCompletionFunction function, Integer index) Creates an instance of aToolCallrecord class.