File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const result = await agent.prompt('Tell me about SmythOS.');
66
66
console .log (result );
67
67
```
68
68
69
- See more complete examples in the [ SRE Examples repo] ( https://github.com/SmythOS/sre/tree/main/examples ) .
69
+ See more complete examples in the [ SDK repo] ( https://github.com/SmythOS/sre/tree/main/examples ) .
70
70
71
71
<Spacer size = " md" />
72
72
@@ -143,7 +143,7 @@ stream.on('data', (chunk) => process.stdout.write(chunk));
143
143
144
144
## More Examples
145
145
146
- Explore the [ SDK examples folder] ( https://github.com/SmythOS/sre/tree/main/packages/ examples ) for advanced agent projects.
146
+ Explore the [ SDK examples folder] ( https://github.com/SmythOS/sre/tree/main/examples ) for advanced agent projects.
147
147
148
148
<Spacer size = " md" />
149
149
You can’t perform that action at this time.
0 commit comments