@economic/agents 1.6.0 → 1.6.1

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1036,7 +1036,7 @@ var ChatAgentHarness = class extends ChatAgent {
1036
1036
  system: this.getSystemPrompt(ctx),
1037
1037
  skills: this.getSkills(ctx),
1038
1038
  tools: this.getTools(ctx)
1039
- })).toUIMessageStreamResponse();
1039
+ })).toUIMessageStreamResponse({ sendSources: true });
1040
1040
  }
1041
1041
  };
1042
1042
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/agents",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "A starter for creating a TypeScript package.",
5
5
  "license": "MIT",
6
6
  "bin": {