From bc0b79e8c29c0311827293e8508e868a0b69a36c Mon Sep 17 00:00:00 2001 From: frozenfung Date: Thu, 16 Jan 2025 11:42:08 +0800 Subject: [PATCH] README: missing description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57d1d35bf..8d435b8f1 100644 --- a/README.md +++ b/README.md @@ -627,6 +627,7 @@ Using the `jsonschema` package, this schema could be created using structs as su ```go FunctionDefinition{ Name: "get_current_weather", + Description:"Get the current weather in a given location", Parameters: jsonschema.Definition{ Type: jsonschema.Object, Properties: map[string]jsonschema.Definition{