@xuda.io/ai_module 1.1.4849 → 1.1.4850
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/index.mjs +2 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2801,7 +2801,7 @@ export const update_ai_agent_properties = async function (doc, app_id, uid, fiel
|
|
|
2801
2801
|
|
|
2802
2802
|
result example:
|
|
2803
2803
|
|
|
2804
|
-
|
|
2804
|
+
[
|
|
2805
2805
|
{
|
|
2806
2806
|
step: 1,
|
|
2807
2807
|
title: "Core Loan Details",
|
|
@@ -2826,7 +2826,7 @@ export const update_ai_agent_properties = async function (doc, app_id, uid, fiel
|
|
|
2826
2826
|
description: "Finalize your calculation with extra payments or schedules.",
|
|
2827
2827
|
fields: ["extra_payments", "amortization_schedule"]
|
|
2828
2828
|
}
|
|
2829
|
-
]
|
|
2829
|
+
]
|
|
2830
2830
|
|
|
2831
2831
|
`,
|
|
2832
2832
|
model: 'gpt-5-nano',
|