Uses of Record Class
io.quarkiverse.langchain4j.watsonx.bean.TextChatMessage.TextChatToolCall.TextChatFunctionCall
Packages that use TextChatMessage.TextChatToolCall.TextChatFunctionCall
-
Uses of TextChatMessage.TextChatToolCall.TextChatFunctionCall in io.quarkiverse.langchain4j.watsonx.bean
Methods in io.quarkiverse.langchain4j.watsonx.bean that return TextChatMessage.TextChatToolCall.TextChatFunctionCallModifier and TypeMethodDescriptionTextChatMessage.TextChatToolCall.function()
Returns the value of thefunction
record component.Constructors in io.quarkiverse.langchain4j.watsonx.bean with parameters of type TextChatMessage.TextChatToolCall.TextChatFunctionCallModifierConstructorDescriptionTextChatToolCall
(Integer index, String id, String type, TextChatMessage.TextChatToolCall.TextChatFunctionCall function) Creates an instance of aTextChatToolCall
record class.