cache and re-use note translations

This commit is contained in:
Hazelnoot 2025-05-12 13:20:17 -04:00
parent 7db48ffa8d
commit 871a4d3fb1
2 changed files with 49 additions and 19 deletions

View file

@ -28709,15 +28709,11 @@ export type operations = {
200: {
content: {
'application/json': {
sourceLang: string;
text: string;
sourceLang?: string;
text?: string;
};
};
};
/** @description OK (without any results) */
204: {
content: never;
};
/** @description Client error */
400: {
content: {