From 5c6085deffacc02a516eedcbc4ec1a0378c78d86 Mon Sep 17 00:00:00 2001 From: amit-elbaz Date: Tue, 20 Aug 2024 14:19:03 +0000 Subject: [PATCH] Make the last commit change also in the agents generation --- src/workflows/calls_generation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/workflows/calls_generation.py b/src/workflows/calls_generation.py index 2361883..40b1bb5 100644 --- a/src/workflows/calls_generation.py +++ b/src/workflows/calls_generation.py @@ -86,8 +86,8 @@ def pipeline( "model_name": generation_model, "language": language, "fields": [ - "first_name: in spanish, no special characters", - "last_name: in spanish, no special characters", + f"first_name: in {language}, no special characters", + f"last_name: in {language}, no special characters", "agent_id", ], },