Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various updates to the
README.md
, example input JSON files, and thepackage.json
. The changes focus on improving the documentation, updating example data, and versioning.Documentation Updates:
README.md
: AddedIChatGptSchema
import and updated themain
function to use a more specific type forIHttpLlmApplication
andIHttpLlmFunction
. [1] [2]Example Data Updates:
examples/function-calling/arguments/chatgpt.example.input.json
: Updated the example data values.examples/function-calling/arguments/chatgpt.sale.input.json
: Modified product names and tags to be more descriptive and accurate. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]examples/function-calling/arguments/gemini.example.input.json
: Changed the example data values.examples/function-calling/arguments/gemini.sale.input.json
: Updated the structure and content of the sale data to include more detailed information and correct formatting. [1] [2] [3] [4] [5] [6]Schema Updates:
examples/function-calling/schemas/chatgpt.sale.schema.json
: Added$defs
to the schema.Versioning Updates:
package.json
: Updated the version from2.0.0-dev.20241123-3
to2.0.0-dev.20241123-5
.