mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
adds timeout and humanMessage
This commit is contained in:
@@ -35,7 +35,7 @@ const useTranscript = (
|
||||
console.debug("Transcript Loaded:", result);
|
||||
})
|
||||
.catch((err) => {
|
||||
setError(err);
|
||||
setError(err, "There was an error loading the transcript");
|
||||
setErrorState(err);
|
||||
});
|
||||
}, [id, !api]);
|
||||
|
||||
Reference in New Issue
Block a user