Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Dec 20, 2024
1 parent fce56e9 commit 65e991e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/participant/participant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,10 @@ export default class ParticipantController {
return runnableContent.length ? runnableContent.join('') : null;
} catch (error) {
/** If anything goes wrong with the response or the stream, return null instead of throwing. */
log.error('Error while exporting to playground', error);
log.error(
'Error while streaming chat response with export to language',
error
);
return null;
}
}
Expand Down

0 comments on commit 65e991e

Please sign in to comment.