Class FunctionMessage
java.lang.Object
dev.langchain4j.model.openai.internal.chat.FunctionMessage
- All Implemented Interfaces:
Message
Deprecated.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionMessage.Builderbuilder()Deprecated.content()Deprecated.booleanDeprecated.static FunctionMessageDeprecated.inthashCode()Deprecated.name()Deprecated.role()Deprecated.toString()Deprecated.
-
Constructor Details
-
FunctionMessage
Deprecated.
-
-
Method Details
-
role
Deprecated. -
name
Deprecated. -
content
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
from
Deprecated. -
builder
Deprecated.
-