Adapt changed structure of ILlmFunction<Parameters>
.
#1371
Merged
+771,009
−13,395
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 several changes to improve the functionality and compatibility of the LLM function calling application and its associated packages. The most important changes include updates to function signatures, package versions, and the addition of new dependencies and keywords.
Updates to function signatures:
README.md
andpackages/typescript-json/README.md
: Modified theapplication
andschema
functions to accept an additionalModel
parameter. [1] [2]Package version updates:
benchmark/package.json
,package.json
, andpackages/typescript-json/package.json
: Updated thetypia
package version from7.0.0-dev.20241115
to7.0.0-dev.20241122
. [1] [2] [3]Addition of new dependencies and keywords:
package.json
andpackages/typescript-json/package.json
: Added new keywords and dependencies, includingclaude
and updated@samchon/openapi
to2.0.0-dev.20241122-2
. [1] [2] [3]Codebase improvements:
src/internal/_llmApplicationFinalize.ts
: Added a helper functionisChatGptOptions
and updated theoptions
handling logic to support different models.src/llm.ts
: Updated theapplication
andschema
functions to handle new parameters and models, includingchatgpt
. [1] [2] [3]Refactoring and enhancements:
src/programmers/llm/LlmApplicationProgrammer.ts
andsrc/programmers/llm/LlmSchemaProgrammer.ts
: Refactored to include additional converters and improved the handling of LLM application parameters and schemas. [1] [2] [3]