Strong test programs for LLM schema composers and refactorings #97
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 multiple changes to various JSON input files for function calling examples. The primary changes involve updating product names, restructuring JSON objects, and adding new fields. Below is a summary of the most important changes:
Updates to Product Names:
chatgpt.sale.input.json
to a simplified format, e.g., "(i3, 8 GB, 128 GB)" instead of "Surface Pro 9 - i3/8GB/128GB". [1] [2] [3] [4] [5] [6] [7]Restructuring JSON Objects:
chatgpt.sale.input.json
for consistency, e.g., placing "required" before "primary". [1] [2] [3]channels
andtags
fields inclaude.sale.input.json
to more appropriate locations. [1] [2] [3]Adding New Fields:
channels
andtags
fields ingemini.sale.input.json
to include additional metadata. [1] [2] [3] [4] [5] [6] [7] [8]Minor Adjustments:
claude.sale.input.json
andgemini.sale.input.json
. [1] [2] [3] [4] [5] [6] [7] [8] [9]Additional Metadata:
temporary
inclaude.tags.input.json
.These changes improve the consistency, readability, and completeness of the JSON input files used for function calling examples.