| Code | What It Does | How It Does It |
| enum Secrets { static let anthropicAPIKey = "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" static let serperAPIKey = "abfd6fcc2a1e26636a41311891d5b8126eb5a25e" static let hereAPIKey = "uKdORISgC8TRnGXJU3sn-Y_XQXI8A2io8iRftgh7lx8" } | `Secrets` enum | Defines the `Secrets` enum. |