Eval
Create Eval
post/eval
Request body
Example request
{
"messages": [
{
"content": "The weather in San Francisco is sunny.",
"toolCalls": [
{
"name": "get_weather"
}
]
}
],
"name": "Verified User Flow Eval",
"description": "This eval checks if the user flow is verified.",
"type": "chat.mockConversation"
}Response
Example response
{
"messages": [
{
"content": "The weather in San Francisco is sunny.",
"toolCalls": [
{
"name": "get_weather"
}
]
}
],
"name": "Verified User Flow Eval",
"description": "This eval checks if the user flow is verified.",
"type": "chat.mockConversation"
}