Skip to main content

RoutedTemplate

Semantic template selected for a request with its match and ranking scores.

template_idTemplate Id (string)required
itemItem (string)required
table_id object
anyOf
string
name object
anyOf
string
matched_question object
anyOf
string
scoreScore (number)required
rerank_score object
anyOf
number
RoutedTemplate
{
"template_id": "string",
"item": "string",
"table_id": "string",
"name": "string",
"matched_question": "string",
"score": 0,
"rerank_score": 0
}