llm-exe 2.0.0-beta.10 → 2.0.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2840,7 +2840,7 @@ async function useLlm_call(state, messages, _options) {
|
|
|
2840
2840
|
function: Object.assign(props, {
|
|
2841
2841
|
parameters: cleanJsonSchemaFor(props.parameters, "openai.chat")
|
|
2842
2842
|
}, {
|
|
2843
|
-
strict:
|
|
2843
|
+
strict: functionCallStrictInput
|
|
2844
2844
|
})
|
|
2845
2845
|
};
|
|
2846
2846
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -2792,7 +2792,7 @@ async function useLlm_call(state, messages, _options) {
|
|
|
2792
2792
|
function: Object.assign(props, {
|
|
2793
2793
|
parameters: cleanJsonSchemaFor(props.parameters, "openai.chat")
|
|
2794
2794
|
}, {
|
|
2795
|
-
strict:
|
|
2795
|
+
strict: functionCallStrictInput
|
|
2796
2796
|
})
|
|
2797
2797
|
};
|
|
2798
2798
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "llm-exe",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.11",
|
|
4
4
|
"description": "Simplify building LLM-powered apps with easy-to-use base components, supporting text and chat-based prompts with handlebars template engine, output parsers, and flexible function calling capabilities.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|