pub async fn generate_suggested_messages(
app_config: &ApplicationConfiguration,
task_lm: TaskLMSpec,
conversation_messages: &[ChatbotConversationMessage],
initial_suggested_messages: Option<Vec<String>>,
course_name: &str,
course_desc: Option<String>,
) -> ChatbotResult<Vec<String>>Expand description
Calls an LLM and generates suggested messages for a chatbot conversation