{t('workflow.panel.nextStep').toLocaleUpperCase()}
+
{t('workflow.panel.addNextStep')}
diff --git a/web/app/styles/globals.css b/web/app/styles/globals.css
index 1c13e7eb5fb58b..9f23c3d473a1d6 100644
--- a/web/app/styles/globals.css
+++ b/web/app/styles/globals.css
@@ -276,6 +276,10 @@ button:focus-within {
line-height: 24px;
}
+[class*='code-'] {
+ @apply font-mono;
+}
+
.code-xs-regular {
font-size: 12px;
font-weight: 400;
@@ -563,6 +567,7 @@ button:focus-within {
font-weight: 700;
line-height: 1.2;
}
+
/* font define end */
/* border radius start */
@@ -625,6 +630,7 @@ button:focus-within {
.radius-full {
border-radius: 64px;
}
+
/* border radius end */
.link {
diff --git a/web/config/index.ts b/web/config/index.ts
index 600becf68cadda..9bb4efcd5eba3e 100644
--- a/web/config/index.ts
+++ b/web/config/index.ts
@@ -245,3 +245,5 @@ Thought: {{agent_scratchpad}}
}
export const VAR_REGEX = /\{\{(#[a-zA-Z0-9_-]{1,50}(\.[a-zA-Z_][a-zA-Z0-9_]{0,29}){1,10}#)\}\}/gi
+
+export const TEXT_GENERATION_TIMEOUT_MS = 60000