From 17523923825d8bf027c75f607b408c45e49f80fe Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Thu, 6 Feb 2025 07:34:32 +0100 Subject: [PATCH 1/4] IO not actions --- site/docs/plugins/conversations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/plugins/conversations.md b/site/docs/plugins/conversations.md index 7cff5602d..3b9854150 100644 --- a/site/docs/plugins/conversations.md +++ b/site/docs/plugins/conversations.md @@ -1264,7 +1264,7 @@ This allows you to create a checkpoint along the way. A checkpoint contains information about how far the function has run so far. It can be used to later jump back to this point. -Naturally, any actions performed in the meantime will not be undone. +Naturally, any IO performed in the meantime will not be undone. In particular, rewinding to a checkpoint will not magically unsend any messages. ```ts From 33933e85d3573db2c6ab3f68e786e3f4670f2ac0 Mon Sep 17 00:00:00 2001 From: MasedMSD <68379695+MasedMSD@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:09:20 +0500 Subject: [PATCH 2/4] sync Russian --- site/docs/ru/plugins/conversations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/ru/plugins/conversations.md b/site/docs/ru/plugins/conversations.md index 18e410d44..4ae0aba15 100644 --- a/site/docs/ru/plugins/conversations.md +++ b/site/docs/ru/plugins/conversations.md @@ -1277,7 +1277,7 @@ async function convo(conversation, ctx) { Контрольная точка содержит информацию о том, насколько далеко выполнена функция на текущий момент. Она может быть использована для возврата к этой точке позже. -Естественно, любые действия, выполненные в промежутке, не будут отменены. +Естественно, все выполненные за это время операции ввода-вывода не будут отменены. В частности, возврат к контрольной точке не отменяет отправленные сообщения. ```ts From 38d2a635d16f535a0d5f67b0d893f327d7397b11 Mon Sep 17 00:00:00 2001 From: Acer <> Date: Sat, 8 Feb 2025 19:35:00 +0000 Subject: [PATCH 3/4] sync zh #1187 --- site/docs/zh/plugins/conversations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/zh/plugins/conversations.md b/site/docs/zh/plugins/conversations.md index 5384acf59..53a517561 100644 --- a/site/docs/zh/plugins/conversations.md +++ b/site/docs/zh/plugins/conversations.md @@ -1264,7 +1264,7 @@ async function convo(conversation, ctx) { 检查点包含有关该函数迄今为止运行程度的信息。 它可用于稍后跳回到此点。 -当然,在此期间执行的任何操作都不会撤消。 +当然,在此期间执行的任何 IO 都不会撤消。 特别是,倒回到检查点不会神奇地取消发送任何消息。 ```ts From 42af1b0cb08211221da3503b55a8693db7310055 Mon Sep 17 00:00:00 2001 From: Nazar Antoniuk Date: Sun, 9 Feb 2025 09:26:33 +0200 Subject: [PATCH 4/4] sync to Ukrainian --- site/docs/uk/plugins/conversations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/uk/plugins/conversations.md b/site/docs/uk/plugins/conversations.md index 77d40ad37..959964497 100644 --- a/site/docs/uk/plugins/conversations.md +++ b/site/docs/uk/plugins/conversations.md @@ -1264,7 +1264,7 @@ async function convo(conversation, ctx) { Контрольна точка містить інформацію про те, як далеко функція пройшла на даний момент. Вона може бути використана для того, щоб пізніше повернутися до цієї точки. -При цьому всі дії, виконані за цей час, не будуть скасовані. +При цьому всі операції вводу/виводу, виконані за цей час, не будуть скасовані. Зокрема, повернення до контрольної точки не призведе до магічного скасування надсилання будь-яких повідомлень. ```ts