From 9246b405b9b1843633ad066437494936ed44bb2b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 5 Jul 2024 15:42:29 +0900 Subject: [PATCH] docs: update README.md fuction -> function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 148f588..13f0ac9 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ npx @wrtnio/openai-function-schema Convert swagger to OpenAI function schema file by a CLI command. -If you run `npx @wrtnio/openai-function-schema` (or `npx wofs` after global setup), the CLI (Command Line Interface) will inquiry those arguments. After you fill all of them, the OpenAI fuction call schema file of [`IOpenAiDocument`](https://github.com/wrtnio/openai-function-schema/blob/master/src/structures/IOpenAiDocument.ts) type would be created to the target location. +If you run `npx @wrtnio/openai-function-schema` (or `npx wofs` after global setup), the CLI (Command Line Interface) will inquiry those arguments. After you fill all of them, the OpenAI function call schema file of [`IOpenAiDocument`](https://github.com/wrtnio/openai-function-schema/blob/master/src/structures/IOpenAiDocument.ts) type would be created to the target location. If you want to specify arguments without prompting, you can fill them like below: