Skip to content

Commit c4729d3

Browse files
committed
docs: Fixed README.
1 parent e5cd8ee commit c4729d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class Weather
2929
public string Description { get; set; } = string.Empty;
3030
}
3131

32-
[OpenAiTools(Strict = true)] // false by default. You can't use parameters with default values in Strict mode.
32+
[GenerateJsonSchema(Strict = true)] // false by default. You can't use parameters with default values in Strict mode.
3333
public interface IWeatherFunctions
3434
{
3535
[Description("Get the current weather in a given location")]

0 commit comments

Comments
 (0)