cogito-client 1.0.27 → 1.0.29

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.d.ts CHANGED
@@ -1262,6 +1262,8 @@ export declare function useCogito({ mode, server, configuration }: UseCogitoOpti
1262
1262
  connectionState: ConnectionState;
1263
1263
  isLoading: boolean;
1264
1264
  mode: ChatMode;
1265
+ userTranscript: string;
1266
+ assistantTranscript: string;
1265
1267
  connect: () => Promise<void>;
1266
1268
  disconnect: () => void;
1267
1269
  newChat: () => void;