The whole hunk
from line 499, old and new numbered
/
lines
from line 499
499499 if fileID != "" {
500500 // Download the file and save it
501501 outputPath := filepath.Join(os.TempDir(), "renewable_energy.pptx")
502 fileContent, err := client.Files.Download(ctx, fileID)
502 fileContent, err := client.Files.Download(ctx, fileID, anthropic.FileDownloadParams{})
503503 if err != nil {
504504 panic(err)
505505 }