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 661be6f commit b366bcfCopy full SHA for b366bcf
src/tests/CSharpToJsonSchema.IntegrationTests/VariousTypesTools.cs
@@ -10,7 +10,7 @@ namespace CSharpToJsonSchema.IntegrationTests;
10
public interface IVariousTypesTools
11
{
12
[Description("Get the current weather in a given location")]
13
- public bool GetCurrentWeather(
+ public bool GetCurrentWeather3(
14
long parameter1,
15
int parameter2,
16
double parameter3,
@@ -34,7 +34,7 @@ public bool GetCurrentWeather(
34
35
public class VariousTypesService : IVariousTypesTools
36
37
38
39
40
0 commit comments