Skip to content

Commit

Permalink
changed the format of the agents and clients to zip from yaml when sa…
Browse files Browse the repository at this point in the history
…ving them since the import expects zip files
  • Loading branch information
amit-elbaz committed Aug 21, 2024
1 parent 5c6085d commit 42a2c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/calls_generation/skip.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def save_current_example_data():
export_dir.mkdir(parents=True, exist_ok=True)

for artifact_name, target_path in [
("client-data-generator_clients", "clients.yaml"),
("agent-data-generator_agents", "agents.yaml"),
("client-data-generator_clients", "clients.zip"),
("agent-data-generator_agents", "agents.zip"),
("conversation-generation_conversations", "conversation_generation/conversations.zip"),
("conversation-generation_metadata", "conversation_generation/metadata.zip"),
("conversation-generation_ground_truths", "conversation_generation/ground_truths.zip"),
Expand Down

0 comments on commit 42a2c29

Please sign in to comment.