pub async fn generate_prompt(
app_config: &ApplicationConfiguration,
task_lm: TaskLMSpec,
course_name: Option<String>,
course_desc: Option<String>,
chatbot_purpose: &str,
) -> ChatbotResult<PromptCreationResponse>Expand description
Create a prompt and an initial message for a chatbot configuration