Conversation
Conversation Resolution
Evaluate your LLM models on their ability to resolve a conversation.
Conversation resolution refers to the ability of an LLM model to effectively and accurately resolve a conversation. It ensures that the exchange of information or ideas between participants reaches a satisfactory conclusion. In the context of natural language processing and conversational AI, resolution is a critical metric to evaluate how well an AI or chatbot can bring conversations to appropriate and meaningful conclusions.
Required Parameters
Parameter | Description | Required |
---|---|---|
messages | Array of conversation messages | Yes |
Configuration
The evaluation accepts the following configuration:
Parameter | Type | Description | Required |
---|---|---|---|
model | string | The LLM model to use for evaluation | Yes |
Test Case Setup
The evaluation requires a list of messages between the user and assistant:
Client Setup
Initialize the evaluation client with your API credentials: