pull/714/head
Kye Gomez 5 days ago
parent 857099ac61
commit 6730883d62

@ -274,7 +274,7 @@ func main() {
## C Sharp
````cs
````txt
using System;
using System.Net.Http;
using System.Text;

@ -391,7 +391,7 @@ class SpreadSheetSwarm(BaseSwarm):
create_file_in_folder(
folder_path=f"{self.workspace_dir}/Spreedsheet-Swarm-{self.name}/{self.name}",
file_name=f"spreedsheet-swarm-{uuid_hex}_metadata.json",
file_name=f"spreedsheet-swarm-{uuid_hex}-metadata.json",
content=out,
)

Loading…
Cancel
Save