From 41a404a90b66f013b52e9ad4803bfa75eb2abfc5 Mon Sep 17 00:00:00 2001 From: Scott Lessans Date: Tue, 5 Aug 2025 09:06:56 -0700 Subject: [PATCH] added description --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7e3fa9c..9a876f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/openai/harmony" +description = "OpenAI's response format for its open-weight model series gpt-oss" [lib] name = "openai_harmony"