Customer Sentiment Analysis¶
openaivec.task.customer_support.customer_sentiment ¶
Customer support sentiment task definition.
Classes¶
CustomerSentiment ¶
Bases: BaseModel
Customer sentiment analysis output.
Functions¶
customer_sentiment ¶
customer_sentiment(
business_context: str = "general customer support",
) -> PreparedTask[CustomerSentiment]
Create a customer support sentiment analysis task.