We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ebbf1 commit 16dfcfaCopy full SHA for 16dfcfa
packages/components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@astack-tech/components",
3
- "version": "0.1.1-beta.0",
+ "version": "0.1.1-beta.1",
4
"description": "Components for the Astack AI Framework.",
5
"main": "dist/index.cjs",
6
"module": "dist/index.js",
packages/components/src/agents/index.ts
@@ -637,7 +637,7 @@ export class Agent extends Component {
637
}
638
639
640
-// 导出StreamingAgent
+// 导出 StreamingAgent
641
export { StreamingAgent, type StreamingChunk } from './StreamingAgent';
642
643
export default Agent;
0 commit comments