Skip to content

Commit

Permalink
make the call generation create first and last name that match the la…
Browse files Browse the repository at this point in the history
…nguage requested.
  • Loading branch information
amit-elbaz committed Aug 20, 2024
1 parent 8e56341 commit 436aaff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/workflows/calls_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,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",
"phone_number",
"email",
"client_id",
Expand Down

0 comments on commit 436aaff

Please sign in to comment.