Skip to content

Commit

Permalink
Merge pull request #33 from XMLHexagram/patch-1
Browse files Browse the repository at this point in the history
fix parameters type
  • Loading branch information
namankhurpia authored Mar 14, 2024
2 parents ada4847 + c387159 commit 0e86216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Function {
* To describe a function that accepts no parameters, provide the value {"type": "object", "properties": {}}
*/
@JsonProperty("parameters")
String parameters;
Object parameters;


}

0 comments on commit 0e86216

Please sign in to comment.