Skip to content

Commit 202d504

Browse files
authored
fix typo
1 parent 62692ac commit 202d504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This is a small utility to generate JSON schemas for python functions.
88
With power of type annotations, it is possible to generate a schema for a function without describing it twice.
99

10-
At this moment, extracting schema from a function is useful for [OpenAI Assistant Toll Calling](https://platform.openai.com/docs/assistants/tools/function-calling), [OpenAI API function-call](https://platform.openai.com/docs/guides/function-calling), and [Anthropic Claude Toll calling](https://docs.anthropic.com/claude/docs/tool-use) feature.
10+
At this moment, extracting schema from a function is useful for [OpenAI Assistant Tool Calling](https://platform.openai.com/docs/assistants/tools/function-calling), [OpenAI API function-call](https://platform.openai.com/docs/guides/function-calling), and [Anthropic Claude Tool calling](https://docs.anthropic.com/claude/docs/tool-use) feature.
1111
And it can be used for other purposes for example to generate documentation in the future.
1212

1313
## Installation
@@ -200,4 +200,4 @@ function_schema mymodule.py my_function | jq
200200
```
201201

202202
## License
203-
MIT License
203+
MIT License

0 commit comments

Comments
 (0)