From 09cc624d396ed829d326394a69c1181c57cf880c Mon Sep 17 00:00:00 2001 From: Obada Khalili <54270856+obadakhalili@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:08:44 +0200 Subject: [PATCH] fix keyword argument in tutorial-dataset-synthesis.mdx --- docs/tutorials/tutorial-dataset-synthesis.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/tutorial-dataset-synthesis.mdx b/docs/tutorials/tutorial-dataset-synthesis.mdx index d64e5e844..89de68643 100644 --- a/docs/tutorials/tutorial-dataset-synthesis.mdx +++ b/docs/tutorials/tutorial-dataset-synthesis.mdx @@ -33,7 +33,7 @@ You can optionally **customize the output style and format** of any `input` and/ from deepeval.synthesizer.config import StylingConfig styling_config = StylingConfig( - expected_output="Ensure the output resembles a medical chatbot tasked with diagnosing a patient’s illness. It should pose additional questions if the details are inadequate or provide a diagnosis when the input is sufficiently detailed.", + expected_output_format="Ensure the output resembles a medical chatbot tasked with diagnosing a patient’s illness. It should pose additional questions if the details are inadequate or provide a diagnosis when the input is sufficiently detailed.", input_format="Mimic the kind of queries or statements a patient might share with a medical chatbot when seeking a diagnosis.", task="The chatbot acts as a specialist in medical diagnosis, integrated with a patient scheduling system. It manages tasks in a sequence to ensure precise and effective appointment setting and diagnosis processing.", scenario="Non-medical patients describing symptoms to seek a diagnosis.",