@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.
- package/dist/index.mjs +1 -1
- 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
|