Home
last modified time | relevance | path

Searched refs:max_conversation_history_length (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/actions/
Dactions-suggestions.cc75 const int max_conversation_history_length) { in NumMessagesToConsider() argument
76 return ((max_conversation_history_length < 0 || in NumMessagesToConsider()
77 conversation.messages.size() < max_conversation_history_length) in NumMessagesToConsider()
79 : max_conversation_history_length); in NumMessagesToConsider()
1329 conversation, model_->max_conversation_history_length()); in GatherActionsSuggestions()
Dactions_model.fbs446 max_conversation_history_length:int = 1;
Dactions-suggestions_test.cc663 actions_model->max_conversation_history_length = 10; in TEST_F()