Skip to content

Commit

Permalink
Make the last commit change also in the agents generation
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-elbaz committed Aug 20, 2024
1 parent 436aaff commit 5c6085d
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 @@ -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",
],
},
Expand Down

0 comments on commit 5c6085d

Please sign in to comment.