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.Builder
builder()
Deprecated.content()
Deprecated.boolean
Deprecated.static FunctionMessage
Deprecated.int
hashCode()
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.
-