static ChatMessageTextContent.Builder |
ChatMessageTextContent.builder() |
|
ChatMessageTextContent.Builder |
ChatMessageTextContent.Builder.withAuthorRole(AuthorRole authorRole) |
Set the author role of the message
|
ChatMessageTextContent.Builder |
ChatMessageTextContent.Builder.withContent(String content) |
Set the content of the message
|
ChatMessageTextContent.Builder |
ChatMessageTextContent.Builder.withEncoding(Charset encoding) |
Set the encoding of the message
|
ChatMessageTextContent.Builder |
ChatMessageTextContent.Builder.withMetadata(FunctionResultMetadata metadata) |
Set the metadata associated with the content
|
ChatMessageTextContent.Builder |
ChatMessageTextContent.Builder.withModelId(String modelId) |
Set the model ID used to generate the content
|