@astralform/js 4.0.0 → 4.1.0
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.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1348,6 +1348,7 @@ var ChatSession = class {
|
|
|
1348
1348
|
upload_ids: options?.uploadIds,
|
|
1349
1349
|
agent_name: options?.agentName,
|
|
1350
1350
|
plan_mode: options?.planMode,
|
|
1351
|
+
goal: options?.goal,
|
|
1351
1352
|
// Per-request model choice (client-side model selection).
|
|
1352
1353
|
provider: options?.provider,
|
|
1353
1354
|
model: options?.model,
|
|
@@ -1911,6 +1912,7 @@ var StreamManager = class {
|
|
|
1911
1912
|
agentName: options?.agentName,
|
|
1912
1913
|
uploadIds: options?.uploadIds,
|
|
1913
1914
|
planMode: options?.planMode,
|
|
1915
|
+
goal: options?.goal,
|
|
1914
1916
|
provider: options?.provider,
|
|
1915
1917
|
model: options?.model,
|
|
1916
1918
|
reasoningEffort: options?.reasoningEffort,
|