We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cd8ee commit c4729d3Copy full SHA for c4729d3
README.md
@@ -29,7 +29,7 @@ public class Weather
29
public string Description { get; set; } = string.Empty;
30
}
31
32
-[OpenAiTools(Strict = true)] // false by default. You can't use parameters with default values in Strict mode.
+[GenerateJsonSchema(Strict = true)] // false by default. You can't use parameters with default values in Strict mode.
33
public interface IWeatherFunctions
34
{
35
[Description("Get the current weather in a given location")]
0 commit comments