ttc-ai-chat-sdk 0.0.5-beta → 0.0.6-beta

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,5 +82,5 @@ await ttc.server.TCC.trigger(
82
82
 
83
83
  For complete API reference, all available methods, and advanced configuration, check out the full SDK documentation.
84
84
 
85
- - [See Documentation](https://doc.tentarclesai.com/ttc-ai-sdk)
85
+ - [See Documentation](https://doc.tentarclesai.com/sdk-reference)
86
86
  - [View on npm](https://www.npmjs.com/package/ttc-ai-chat-sdk)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttc-ai-chat-sdk",
3
- "version": "0.0.5-beta",
3
+ "version": "0.0.6-beta",
4
4
  "description": "TypeScript client sdk for TTC AI services with decorators and schema validation.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",