From f9cc45bcac3f2d4ab9529509163635cc2a558ad1 Mon Sep 17 00:00:00 2001 From: Jan Range Date: Thu, 19 Dec 2024 22:58:49 +0100 Subject: [PATCH] add missing docs --- src/datamodel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datamodel.rs b/src/datamodel.rs index 1d99ee9..92a2caa 100644 --- a/src/datamodel.rs +++ b/src/datamodel.rs @@ -85,9 +85,9 @@ impl DataModel { // Get the JSON schema for an object // // * `obj_name` - Name of the object + // * `openai` - Whether to remove options from the schema properties. OpenAI does not support options. // // # Panics - // // If no objects are found in the markdown file // If the object is not found in the markdown file //