All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fi.evolver.ai.spring.provider.perplexity.response.chat.PMessage Maven / Gradle / Ivy

package fi.evolver.ai.spring.provider.perplexity.response.chat;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public record PMessage(
		String content,
		String role) {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy