Searched refs:annotated_conversation (Results 1 – 1 of 1) sorted by relevance
1101 Conversation annotated_conversation = conversation; in AnnotateConversation() local1102 for (int i = 0, message_index = annotated_conversation.messages.size() - 1; in AnnotateConversation()1105 &annotated_conversation.messages[message_index]; in AnnotateConversation()1112 return annotated_conversation; in AnnotateConversation()1308 const Conversation annotated_conversation = in GatherActionsSuggestions() local1312 annotated_conversation, model_->max_conversation_history_length()); in GatherActionsSuggestions()1319 SuggestActionsFromAnnotations(annotated_conversation, &response->actions); in GatherActionsSuggestions()1322 !grammar_actions_->SuggestActions(annotated_conversation, in GatherActionsSuggestions()1330 for (int i = annotated_conversation.messages.size() - num_messages; in GatherActionsSuggestions()1331 i < annotated_conversation.messages.size(); i++) { in GatherActionsSuggestions()[all …]