We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e04af commit e3f45b2Copy full SHA for e3f45b2
1 file changed
README.md
@@ -795,7 +795,7 @@ static class GetSdkScore {
795
```
796
797
When your functions are defined, add them to the input parameters using `addTool(Class<T>)` and then
798
-call them if requested to do so in the AI model's response. `Function.argments(Class<T>)` can be
+call them if requested to do so in the AI model's response. `Function.arguments(Class<T>)` can be
799
used to parse a function's parameters in JSON form to an instance of your function-defining class.
800
The fields of that instance will be set to the values of the parameters to the function call.
801
0 commit comments