Skip to content

Commit e3f45b2

Browse files
Rohan5commitcodex
authored andcommitted
docs: fix function arguments typo in README (#713)
Co-authored-by: Codex <codex@openai.com>
1 parent 25e04af commit e3f45b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ static class GetSdkScore {
795795
```
796796

797797
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
798+
call them if requested to do so in the AI model's response. `Function.arguments(Class<T>)` can be
799799
used to parse a function's parameters in JSON form to an instance of your function-defining class.
800800
The fields of that instance will be set to the values of the parameters to the function call.
801801

0 commit comments

Comments
 (0)