Home
last modified time | relevance | path

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

/external/libtextclassifier/native/actions/
Dactions-suggestions.cc73 const int max_conversation_history_length) { in NumMessagesToConsider() argument
74 return ((max_conversation_history_length < 0 || in NumMessagesToConsider()
75 conversation.messages.size() < max_conversation_history_length) in NumMessagesToConsider()
77 : max_conversation_history_length); in NumMessagesToConsider()
1312 annotated_conversation, model_->max_conversation_history_length()); in GatherActionsSuggestions()
Dactions_model.fbs536 max_conversation_history_length:int = 1;
Dactions-suggestions_test.cc782 actions_model->max_conversation_history_length = 10; in TEST_F()