Class ApiChatCompletionsRequestMessageContent.Text
java.lang.Object
de.xima.fc.prompt.ms.impl.service.generic_oai.client.json.ApiChatCompletionsRequestMessageContent
de.xima.fc.prompt.ms.impl.service.generic_oai.client.json.ApiChatCompletionsRequestMessageContent.Text
- Enclosing class:
ApiChatCompletionsRequestMessageContent
public static final class ApiChatCompletionsRequestMessageContent.Text
extends ApiChatCompletionsRequestMessageContent
Text content for the message.
- Since:
- 8.5.0
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the text content of the message.
-
Constructor Details
-
Text
public Text()Constructs a new message with text content.
-
-
Method Details
-
text
Sets the text content of the message.- Parameters:
text- The text content.- Returns:
- This instance.
-