in functions/main.py [0:0]
def ask_model_with_context(context, question): new_prompt = f"{context}\n\nQuestion: {question}" response = call_genai_generate_content(new_prompt) return response