ttc-ai-chat-sdk 1.8.4-dev → 1.8.5-dev

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.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -220,7 +220,7 @@ export interface Assistant {
220
220
  name: string;
221
221
  url?: string;
222
222
  apikeys: Record<string, string> | string;
223
- }[]): Promise<void>;
223
+ }[], hostUrl?: string): Promise<void>;
224
224
  /**
225
225
  * This function allows you to fetch information about a specific origin by its URL.
226
226
  * It returns details such as the origin's name, description, whether it requires authentication, and its directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttc-ai-chat-sdk",
3
- "version": "1.8.4-dev",
3
+ "version": "1.8.5-dev",
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",