diff --git a/apps/docs/content/docs/de/blocks/agent.mdx b/apps/docs/content/docs/de/blocks/agent.mdx index f8f149da7e4..bbf5f47b43d 100644 --- a/apps/docs/content/docs/de/blocks/agent.mdx +++ b/apps/docs/content/docs/de/blocks/agent.mdx @@ -13,7 +13,7 @@ Der Agent-Block verbindet deinen Workflow mit Large Language Models (LLMs). Er v src="/static/blocks/agent.png" alt="Agent-Block-Konfiguration" width={500} - height={400} + height={450} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/api.mdx b/apps/docs/content/docs/de/blocks/api.mdx index 43cacb97ce6..39dd3595e65 100644 --- a/apps/docs/content/docs/de/blocks/api.mdx +++ b/apps/docs/content/docs/de/blocks/api.mdx @@ -13,7 +13,7 @@ Der API-Block verbindet Ihren Workflow mit externen Diensten durch HTTP-Anfragen src="/static/blocks/api.png" alt="API-Block" width={500} - height={400} + height={422} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/condition.mdx b/apps/docs/content/docs/de/blocks/condition.mdx index 5d8687e81d8..6a7a77b16ec 100644 --- a/apps/docs/content/docs/de/blocks/condition.mdx +++ b/apps/docs/content/docs/de/blocks/condition.mdx @@ -13,7 +13,7 @@ Der Bedingungsblock verzweigt die Workflow-Ausführung basierend auf booleschen src="/static/blocks/condition.png" alt="Bedingungsblock" width={500} - height={400} + height={317} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/evaluator.mdx b/apps/docs/content/docs/de/blocks/evaluator.mdx index ed6e3766cd5..22d67b00f86 100644 --- a/apps/docs/content/docs/de/blocks/evaluator.mdx +++ b/apps/docs/content/docs/de/blocks/evaluator.mdx @@ -13,7 +13,7 @@ Der Evaluator-Block nutzt KI, um die Inhaltsqualität anhand benutzerdefinierter src="/static/blocks/evaluator.png" alt="Evaluator-Block-Konfiguration" width={500} - height={400} + height={337} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/function.mdx b/apps/docs/content/docs/de/blocks/function.mdx index 3e974ef328a..5bb175956ad 100644 --- a/apps/docs/content/docs/de/blocks/function.mdx +++ b/apps/docs/content/docs/de/blocks/function.mdx @@ -11,7 +11,7 @@ Der Funktionsblock führt benutzerdefinierten JavaScript- oder TypeScript-Code i src="/static/blocks/function.png" alt="Funktionsblock mit Code-Editor" width={500} - height={400} + height={287} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/guardrails.mdx b/apps/docs/content/docs/de/blocks/guardrails.mdx index 9d322fe219a..4e24df85d54 100644 --- a/apps/docs/content/docs/de/blocks/guardrails.mdx +++ b/apps/docs/content/docs/de/blocks/guardrails.mdx @@ -13,7 +13,7 @@ Der Guardrails-Block validiert und schützt Ihre KI-Workflows, indem er Inhalte src="/static/blocks/guardrails.png" alt="Guardrails-Block" width={500} - height={400} + height={398} className="my-6" /> @@ -90,7 +90,7 @@ Erkennt personenbezogene Daten mithilfe von Microsoft Presidio. Unterstützt üb src="/static/blocks/guardrails-2.png" alt="PII-Erkennungskonfiguration" width={700} - height={450} + height={335} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/human-in-the-loop.mdx b/apps/docs/content/docs/de/blocks/human-in-the-loop.mdx index a6b14e0944a..b17167348a8 100644 --- a/apps/docs/content/docs/de/blocks/human-in-the-loop.mdx +++ b/apps/docs/content/docs/de/blocks/human-in-the-loop.mdx @@ -14,7 +14,7 @@ Der Human in the Loop Block pausiert die Workflow-Ausführung und wartet auf men src="/static/blocks/hitl-1.png" alt="Human in the Loop Block Konfiguration" width={500} - height={400} + height={355} className="my-6" /> @@ -26,7 +26,7 @@ Wenn die Ausführung diesen Block erreicht, pausiert der Workflow auf unbestimmt src="/static/blocks/hitl-2.png" alt="Human in the Loop Genehmigungsportal" width={700} - height={500} + height={467} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/loop.mdx b/apps/docs/content/docs/de/blocks/loop.mdx index 288ebd8e54e..387054d7339 100644 --- a/apps/docs/content/docs/de/blocks/loop.mdx +++ b/apps/docs/content/docs/de/blocks/loop.mdx @@ -27,7 +27,7 @@ Wähle zwischen vier Arten von Schleifen: src="/static/blocks/loop-1.png" alt="For-Schleife mit Iterationen" width={500} - height={400} + height={267} className="my-6" /> @@ -53,7 +53,7 @@ Wähle zwischen vier Arten von Schleifen: src="/static/blocks/loop-2.png" alt="ForEach-Schleife mit Sammlung" width={500} - height={400} + height={273} className="my-6" /> @@ -77,7 +77,7 @@ Wähle zwischen vier Arten von Schleifen: src="/static/blocks/loop-3.png" alt="While-Schleife mit Bedingung" width={500} - height={400} + height={213} className="my-6" /> @@ -102,7 +102,7 @@ Wähle zwischen vier Arten von Schleifen: src="/static/blocks/loop-4.png" alt="Do-While-Schleife mit Bedingung" width={500} - height={400} + height={210} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/parallel.mdx b/apps/docs/content/docs/de/blocks/parallel.mdx index 11ca47017dc..80fe4f7434e 100644 --- a/apps/docs/content/docs/de/blocks/parallel.mdx +++ b/apps/docs/content/docs/de/blocks/parallel.mdx @@ -27,7 +27,7 @@ Wählen Sie zwischen zwei Arten der parallelen Ausführung: src="/static/blocks/parallel-1.png" alt="Anzahlbasierte parallele Ausführung" width={500} - height={400} + height={231} className="my-6" /> @@ -56,7 +56,7 @@ const results = await blocks.parallel({ src="/static/blocks/parallel-2.png" alt="Sammlungsbasierte parallele Ausführung" width={500} - height={400} + height={220} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/response.mdx b/apps/docs/content/docs/de/blocks/response.mdx index aba8a6380be..d9f7e98d283 100644 --- a/apps/docs/content/docs/de/blocks/response.mdx +++ b/apps/docs/content/docs/de/blocks/response.mdx @@ -13,7 +13,7 @@ Der Response-Block formatiert und sendet strukturierte HTTP-Antworten zurück an src="/static/blocks/response.png" alt="Konfiguration des Antwort-Blocks" width={500} - height={400} + height={382} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/router.mdx b/apps/docs/content/docs/de/blocks/router.mdx index 42195595949..9445f5c9363 100644 --- a/apps/docs/content/docs/de/blocks/router.mdx +++ b/apps/docs/content/docs/de/blocks/router.mdx @@ -13,7 +13,7 @@ Der Router-Block verwendet KI, um Workflows basierend auf Inhaltsanalysen intell src="/static/blocks/router.png" alt="Router-Block mit mehreren Pfaden" width={500} - height={400} + height={342} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/variables.mdx b/apps/docs/content/docs/de/blocks/variables.mdx index b370c88e533..9422180a61e 100644 --- a/apps/docs/content/docs/de/blocks/variables.mdx +++ b/apps/docs/content/docs/de/blocks/variables.mdx @@ -13,7 +13,7 @@ Der Variablen-Block aktualisiert Workflow-Variablen während der Ausführung. Va src="/static/blocks/variables.png" alt="Variablen-Block" width={500} - height={400} + height={246} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/wait.mdx b/apps/docs/content/docs/de/blocks/wait.mdx index 2590c09628a..265d3e98992 100644 --- a/apps/docs/content/docs/de/blocks/wait.mdx +++ b/apps/docs/content/docs/de/blocks/wait.mdx @@ -13,7 +13,7 @@ Der Warten-Block pausiert deinen Workflow für eine bestimmte Zeit, bevor er mit src="/static/blocks/wait.png" alt="Warte-Block" width={500} - height={400} + height={295} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/webhook.mdx b/apps/docs/content/docs/de/blocks/webhook.mdx index affaafcd6cb..2dbd0ab717d 100644 --- a/apps/docs/content/docs/de/blocks/webhook.mdx +++ b/apps/docs/content/docs/de/blocks/webhook.mdx @@ -12,7 +12,7 @@ Der Webhook-Block sendet HTTP-POST-Anfragen an externe Webhook-Endpunkte mit aut src="/static/blocks/webhook.png" alt="Webhook-Block" width={500} - height={400} + height={403} className="my-6" /> diff --git a/apps/docs/content/docs/de/blocks/workflow.mdx b/apps/docs/content/docs/de/blocks/workflow.mdx index af44f23cf7e..503be331815 100644 --- a/apps/docs/content/docs/de/blocks/workflow.mdx +++ b/apps/docs/content/docs/de/blocks/workflow.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src='/static/blocks/workflow.png' alt='Workflow-Block-Konfiguration' width={500} - height={400} + height={310} className='rounded-xl border border-border shadow-sm' /> @@ -30,7 +30,7 @@ Füge einen Workflow-Block hinzu, wenn du einen untergeordneten Workflow als Tei src='/static/blocks/workflow-2.png' alt='Workflow-Block mit Beispiel für Eingabezuordnung' width={700} - height={400} + height={287} className='rounded-xl border border-border shadow-sm' /> diff --git a/apps/docs/content/docs/de/copilot/index.mdx b/apps/docs/content/docs/de/copilot/index.mdx index 4ccdbc8b4c7..38542b9149f 100644 --- a/apps/docs/content/docs/de/copilot/index.mdx +++ b/apps/docs/content/docs/de/copilot/index.mdx @@ -27,7 +27,7 @@ Verwende das `@` Symbol, um auf verschiedene Ressourcen zu verweisen und Copilot src="/static/copilot/copilot-menu.png" alt="Copilot-Kontextmenü mit verfügbaren Referenzoptionen" width={600} - height={400} + height={521} /> Das `@` Menü bietet Zugriff auf: @@ -76,7 +76,7 @@ Diese kontextbezogenen Informationen helfen Copilot, genauere und relevantere Un src="/static/copilot/copilot-mode.png" alt="Copilot-Modusauswahl-Oberfläche" width={600} - height={400} + height={720} className="my-6" /> @@ -134,7 +134,7 @@ Du kannst einfach zwischen verschiedenen Denkmodi über die Modusauswahl in der src="/static/copilot/copilot-models.png" alt="Copilot-Modusauswahl zeigt den erweiterten Modus mit MAX-Umschalter" width={600} - height={300} + height={457} /> Die Oberfläche ermöglicht dir: diff --git a/apps/docs/content/docs/de/execution/basics.mdx b/apps/docs/content/docs/de/execution/basics.mdx index d7c9e2431b0..f5c8ba49f15 100644 --- a/apps/docs/content/docs/de/execution/basics.mdx +++ b/apps/docs/content/docs/de/execution/basics.mdx @@ -20,7 +20,7 @@ Mehrere Blöcke werden gleichzeitig ausgeführt, wenn sie nicht voneinander abh src="/static/execution/concurrency.png" alt="Mehrere Blöcke, die nach dem Start-Block parallel ausgeführt werden" width={800} - height={500} + height={685} /> In diesem Beispiel werden sowohl der Kundensupport- als auch der Deep-Researcher-Agentenblock gleichzeitig nach dem Start-Block ausgeführt, was die Effizienz maximiert. @@ -33,7 +33,7 @@ Wenn Blöcke mehrere Abhängigkeiten haben, wartet die Ausführungs-Engine autom src="/static/execution/combination.png" alt="Funktionsblock, der automatisch Ausgaben von mehreren vorherigen Blöcken empfängt" width={800} - height={500} + height={521} /> Der Funktionsblock erhält Ausgaben von beiden Agentenblöcken, sobald diese abgeschlossen sind, sodass Sie die kombinierten Ergebnisse verarbeiten können. @@ -46,7 +46,7 @@ Workflows können sich in mehrere Richtungen verzweigen, indem sie Routing-Blöc src="/static/execution/routing.png" alt="Workflow, der sowohl bedingte als auch router-basierte Verzweigungen zeigt" width={800} - height={500} + height={391} /> Dieser Workflow zeigt, wie die Ausführung unterschiedlichen Pfaden basierend auf Bedingungen oder KI-Entscheidungen folgen kann, wobei jeder Pfad unabhängig ausgeführt wird. diff --git a/apps/docs/content/docs/de/execution/costs.mdx b/apps/docs/content/docs/de/execution/costs.mdx index 5bdd5a23615..8d89e894478 100644 --- a/apps/docs/content/docs/de/execution/costs.mdx +++ b/apps/docs/content/docs/de/execution/costs.mdx @@ -34,7 +34,7 @@ Für Workflows mit KI-Blöcken können Sie detaillierte Kosteninformationen in d src="/static/logs/logs-cost.png" alt="Modellaufschlüsselung" width={600} - height={400} + height={153} className="my-6" /> diff --git a/apps/docs/content/docs/de/execution/index.mdx b/apps/docs/content/docs/de/execution/index.mdx index ce30568835b..a97ed481ac8 100644 --- a/apps/docs/content/docs/de/execution/index.mdx +++ b/apps/docs/content/docs/de/execution/index.mdx @@ -61,7 +61,7 @@ Alle öffentlichen Einstiegspunkte – API, Chat, Zeitplan, Webhook und manuelle src='/static/execution/deployment-versions.png' alt='Tabelle mit Deployment-Versionen' width={500} - height={280} + height={259} className='rounded-xl border border-border shadow-sm' /> diff --git a/apps/docs/content/docs/de/execution/logging.mdx b/apps/docs/content/docs/de/execution/logging.mdx index d8b38ff9b80..1a3d1a94fd8 100644 --- a/apps/docs/content/docs/de/execution/logging.mdx +++ b/apps/docs/content/docs/de/execution/logging.mdx @@ -21,7 +21,7 @@ Während der manuellen oder Chat-Workflow-Ausführung erscheinen Protokolle in E src="/static/logs/console.png" alt="Echtzeit-Konsolen-Panel" width={400} - height={300} + height={151} className="my-6" /> @@ -41,7 +41,7 @@ Alle Workflow-Ausführungen – ob manuell ausgelöst, über API, Chat, Zeitplan src="/static/logs/logs.png" alt="Protokollseite" width={600} - height={400} + height={451} className="my-6" /> @@ -61,7 +61,7 @@ Durch Klicken auf einen Protokolleintrag öffnet sich eine detaillierte Seitenle src="/static/logs/logs-sidebar.png" alt="Protokoll-Seitenleiste mit Details" width={600} - height={400} + height={880} className="my-6" /> @@ -104,7 +104,7 @@ Für jede protokollierte Ausführung klicken Sie auf "Snapshot anzeigen", um den src="/static/logs/logs-frozen-canvas.png" alt="Workflow-Snapshot" width={600} - height={400} + height={628} className="my-6" /> diff --git a/apps/docs/content/docs/de/getting-started/index.mdx b/apps/docs/content/docs/de/getting-started/index.mdx index 13cfe452170..f9ea00f9191 100644 --- a/apps/docs/content/docs/de/getting-started/index.mdx +++ b/apps/docs/content/docs/de/getting-started/index.mdx @@ -42,7 +42,7 @@ Einen Personenrecherche-Agenten, der: src="/static/getting-started/started-1.png" alt="Beispiel für erste Schritte" width={800} - height={500} + height={340} /> ## Schritt-für-Schritt-Anleitung diff --git a/apps/docs/content/docs/de/introduction/index.mdx b/apps/docs/content/docs/de/introduction/index.mdx index 277562dd39e..38ad402c634 100644 --- a/apps/docs/content/docs/de/introduction/index.mdx +++ b/apps/docs/content/docs/de/introduction/index.mdx @@ -14,7 +14,7 @@ Sim ist ein Open-Source-Tool zur visuellen Workflow-Erstellung für die Entwickl src="/static/introduction.png" alt="Sim visuelle Workflow-Leinwand" width={700} - height={450} + height={372} className="my-6" /> diff --git a/apps/docs/content/docs/de/knowledgebase/index.mdx b/apps/docs/content/docs/de/knowledgebase/index.mdx index d0b930c3d59..73f3b90527f 100644 --- a/apps/docs/content/docs/de/knowledgebase/index.mdx +++ b/apps/docs/content/docs/de/knowledgebase/index.mdx @@ -32,7 +32,7 @@ Sim unterstützt PDF, Word (DOC/DOCX), Klartext (TXT), Markdown (MD), HTML, Exce Sobald Ihre Dokumente verarbeitet sind, können Sie die einzelnen Chunks anzeigen und bearbeiten. Dies gibt Ihnen volle Kontrolle darüber, wie Ihre Inhalte organisiert und durchsucht werden. -Dokumentchunk-Ansicht mit verarbeiteten Inhalten +Dokumentchunk-Ansicht mit verarbeiteten Inhalten ### Chunk-Konfiguration @@ -66,7 +66,7 @@ Wenn mit Azure oder [Mistral OCR](https://docs.mistral.ai/ocr/) konfiguriert: Sobald Ihre Dokumente verarbeitet sind, können Sie sie in Ihren KI-Workflows über den Knowledge-Block verwenden. Dies ermöglicht Retrieval-Augmented Generation (RAG), wodurch Ihre KI-Agenten auf Ihre Dokumentinhalte zugreifen und darüber nachdenken können, um genauere, kontextbezogene Antworten zu liefern. -Verwendung des Knowledge-Blocks in Workflows +Verwendung des Knowledge-Blocks in Workflows ### Knowledge-Block-Funktionen - **Semantische Suche**: Relevante Inhalte mithilfe natürlichsprachlicher Abfragen finden diff --git a/apps/docs/content/docs/de/mcp/index.mdx b/apps/docs/content/docs/de/mcp/index.mdx index 12d5713bdd5..72e5e9fd70c 100644 --- a/apps/docs/content/docs/de/mcp/index.mdx +++ b/apps/docs/content/docs/de/mcp/index.mdx @@ -49,7 +49,7 @@ Sobald MCP-Server konfiguriert sind, werden ihre Tools in Ihren Agent-Blöcken v src="/static/blocks/mcp-2.png" alt="Using MCP Tool in Agent Block" width={700} - height={450} + height={353} className="my-6" /> @@ -68,7 +68,7 @@ Für eine präzisere Steuerung können Sie den dedizierten MCP-Tool-Block verwen src="/static/blocks/mcp-3.png" alt="Standalone MCP Tool Block" width={700} - height={450} + height={545} className="my-6" /> diff --git a/apps/docs/content/docs/de/triggers/index.mdx b/apps/docs/content/docs/de/triggers/index.mdx index 48e5a9c7412..6ef55b3037b 100644 --- a/apps/docs/content/docs/de/triggers/index.mdx +++ b/apps/docs/content/docs/de/triggers/index.mdx @@ -11,7 +11,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/triggers.png" alt="Triggers-Übersicht" width={500} - height={350} + height={348} className="my-6" /> diff --git a/apps/docs/content/docs/de/triggers/rss.mdx b/apps/docs/content/docs/de/triggers/rss.mdx index 10fc4d5b9e6..b917888dc25 100644 --- a/apps/docs/content/docs/de/triggers/rss.mdx +++ b/apps/docs/content/docs/de/triggers/rss.mdx @@ -12,7 +12,7 @@ Der RSS-Feed-Block überwacht RSS- und Atom-Feeds – wenn neue Einträge veröf src="/static/blocks/rss.png" alt="RSS-Feed-Block" width={500} - height={400} + height={228} className="my-6" /> diff --git a/apps/docs/content/docs/de/triggers/schedule.mdx b/apps/docs/content/docs/de/triggers/schedule.mdx index d85b1837b75..7ba129bcfa0 100644 --- a/apps/docs/content/docs/de/triggers/schedule.mdx +++ b/apps/docs/content/docs/de/triggers/schedule.mdx @@ -13,7 +13,7 @@ Der Zeitplan-Block löst Workflows automatisch nach einem wiederkehrenden Zeitpl src="/static/blocks/schedule.png" alt="Zeitplan-Block" width={500} - height={400} + height={336} className="my-6" /> @@ -67,7 +67,7 @@ Zeitpläne werden nach **100 aufeinanderfolgenden Fehlern** automatisch deaktivi src="/static/blocks/schedule-3.png" alt="Deaktivierter Zeitplan" width={500} - height={400} + height={310} className="my-6" /> diff --git a/apps/docs/content/docs/de/triggers/start.mdx b/apps/docs/content/docs/de/triggers/start.mdx index 7e7e7772df6..dce14681c49 100644 --- a/apps/docs/content/docs/de/triggers/start.mdx +++ b/apps/docs/content/docs/de/triggers/start.mdx @@ -13,7 +13,7 @@ Der Start-Block ist der Standard-Auslöser für Workflows, die in Sim erstellt w src="/static/start.png" alt="Start-Block mit Eingabeformat-Feldern" width={360} - height={380} + height={151} className="my-6" /> diff --git a/apps/docs/content/docs/de/triggers/webhook.mdx b/apps/docs/content/docs/de/triggers/webhook.mdx index 22892fca782..e7f79509506 100644 --- a/apps/docs/content/docs/de/triggers/webhook.mdx +++ b/apps/docs/content/docs/de/triggers/webhook.mdx @@ -18,7 +18,7 @@ Der generische Webhook-Block erstellt einen flexiblen Endpunkt, der beliebige Pa src="/static/blocks/webhook-trigger.png" alt="Generische Webhook-Konfiguration" width={500} - height={400} + height={405} className="my-6" /> diff --git a/apps/docs/content/docs/en/agents/mcp.mdx b/apps/docs/content/docs/en/agents/mcp.mdx index 9391b4d2171..6464ed8bb6c 100644 --- a/apps/docs/content/docs/en/agents/mcp.mdx +++ b/apps/docs/content/docs/en/agents/mcp.mdx @@ -26,7 +26,7 @@ To add one: src="/static/blocks/mcp-settings.png" alt="MCP Tools settings page" width={700} - height={450} + height={147} className="my-6" /> @@ -41,7 +41,7 @@ To add one: src="/static/blocks/mcp-add-modal.png" alt="Add New MCP Server modal" width={450} - height={290} + height={272} className="my-6" /> @@ -94,7 +94,7 @@ Once MCP servers are configured, their tools become available within your agent src="/static/blocks/mcp-agent-dropdown.png" alt="Using MCP Tool in Agent Block" width={700} - height={450} + height={304} className="my-6" /> @@ -108,7 +108,7 @@ Once MCP servers are configured, their tools become available within your agent src="/static/blocks/mcp-agent-tools.png" alt="MCP tools list for a selected server" width={400} - height={400} + height={356} className="my-6" /> @@ -129,7 +129,7 @@ For more granular control, you can use the dedicated MCP Tool block to execute s src="/static/blocks/mcp-tool-block.png" alt="Standalone MCP Tool Block" width={700} - height={450} + height={299} className="my-6" /> diff --git a/apps/docs/content/docs/en/chat/files.mdx b/apps/docs/content/docs/en/chat/files.mdx index 88071469c12..4efa3cec3fa 100644 --- a/apps/docs/content/docs/en/chat/files.mdx +++ b/apps/docs/content/docs/en/chat/files.mdx @@ -47,7 +47,7 @@ Open a file using `@filename` or the **+** menu, then describe the change: ## Presentations -Chat resource panel showing a generated Mothership-Use-Cases.pptx file open with the title slide and first use case slide visible +Chat resource panel showing a generated Mothership-Use-Cases.pptx file open with the title slide and first use case slide visible Sim can generate `.pptx` files: @@ -72,7 +72,7 @@ Sim can generate images using AI, and can use an existing image as a reference t - Attach an existing image to your message, then describe what you want: "Generate a new version of this banner with a blue color scheme instead of green" - "Create a variation of this diagram with the boxes rearranged horizontally [attach image]" -Chat resource panel showing a generated hero image of a Mothership-branded blimp flying over San Francisco at golden hour, alongside the chat response linking the file +Chat resource panel showing a generated hero image of a Mothership-branded blimp flying over San Francisco at golden hour, alongside the chat response linking the file Generated images are saved as workspace files. @@ -84,7 +84,7 @@ Sim can generate charts and data visualizations from data you describe or refere - "Create a line chart of token usage over the past 30 days from this data [paste data]" - "Generate a pie chart showing the distribution of lead sources from the leads table" -Chat resource panel showing a generated chart file with bar charts for backend 5xx errors and error rate over time +Chat resource panel showing a generated chart file with bar charts for backend 5xx errors and error rate over time Visualizations are saved as files and rendered in the resource panel. diff --git a/apps/docs/content/docs/en/chat/tables.mdx b/apps/docs/content/docs/en/chat/tables.mdx index 38be58527d8..b8e0c005f8a 100644 --- a/apps/docs/content/docs/en/chat/tables.mdx +++ b/apps/docs/content/docs/en/chat/tables.mdx @@ -6,7 +6,7 @@ description: Create, query, and manage workspace tables from Chat. import { Image } from '@/components/ui/image' import { FAQ } from '@/components/ui/faq' -Chat resource panel showing the pipeline_deals table with company, deal_owner, stage, and amount columns, alongside a chat summary of total pipeline value and breakdown by stage +Chat resource panel showing the pipeline_deals table with company, deal_owner, stage, and amount columns, alongside a chat summary of total pipeline value and breakdown by stage Create a table from a description or a CSV, query it in plain language, add or update rows, and export the results — all through conversation. Tables open in the resource panel as soon as they're created or referenced. diff --git a/apps/docs/content/docs/en/getting-started/index.mdx b/apps/docs/content/docs/en/getting-started/index.mdx index d4d1ed19461..734b28d4084 100644 --- a/apps/docs/content/docs/en/getting-started/index.mdx +++ b/apps/docs/content/docs/en/getting-started/index.mdx @@ -16,7 +16,7 @@ Build a people research agent in 10 minutes. It takes a name through a chat inte src="/static/getting-started/started-1.png" alt="The finished people research workflow" width={800} - height={500} + height={340} /> ## Tutorial diff --git a/apps/docs/content/docs/en/integrations/atlassian-service-account.mdx b/apps/docs/content/docs/en/integrations/atlassian-service-account.mdx index 5312576ca84..09fed2e3d68 100644 --- a/apps/docs/content/docs/en/integrations/atlassian-service-account.mdx +++ b/apps/docs/content/docs/en/integrations/atlassian-service-account.mdx @@ -58,7 +58,7 @@ The service account inherits permissions from the project/space roles you grant src="/static/credentials/atlassian/admin-auth-type-picker.png" alt="Atlassian admin — Choose authentication type with API token selected" width={700} - height={500} + height={551} className="my-4" /> @@ -100,7 +100,7 @@ The service account inherits permissions from the project/space roles you grant src="/static/credentials/atlassian/admin-scope-picker.png" alt="Atlassian token scope picker filtered to App: Jira and Scope type: Classic" width={1000} - height={600} + height={635} className="my-4" /> @@ -146,7 +146,7 @@ Your Atlassian site domain is the URL you use to access Jira or Confluence in yo src="/static/credentials/atlassian/sim-add-modal.png" alt="Add Atlassian Service Account dialog with API token and site domain filled in" width={420} - height={560} + height={419} className="my-6" /> @@ -169,7 +169,7 @@ Add a Jira, Jira Service Management, or Confluence block to your workflow. In th src="/static/credentials/atlassian/sim-jira-block-credential.png" alt="Jira block in a workflow with the Atlassian service account selected as the credential" width={1000} - height={500} + height={584} className="my-4" /> diff --git a/apps/docs/content/docs/en/integrations/google-service-account.mdx b/apps/docs/content/docs/en/integrations/google-service-account.mdx index 45af5739611..7bf63848d79 100644 --- a/apps/docs/content/docs/en/integrations/google-service-account.mdx +++ b/apps/docs/content/docs/en/integrations/google-service-account.mdx @@ -33,7 +33,7 @@ Before adding a service account to Sim, you need to configure it in the Google C src="/static/credentials/gcp-create-service-account.png" alt="Google Cloud Console — Create service account form" width={700} - height={500} + height={502} className="my-4" /> @@ -52,7 +52,7 @@ Before adding a service account to Sim, you need to configure it in the Google C src="/static/credentials/gcp-create-private-key.png" alt="Google Cloud Console — Create private key dialog with JSON selected" width={700} - height={400} + height={343} className="my-4" /> @@ -87,7 +87,7 @@ In the Google Cloud Console, go to **APIs & Services** → **Library** and enabl src="/static/credentials/gcp-add-client-id.png" alt="Google Workspace Admin Console — Add a new client ID with OAuth scopes" width={350} - height={300} + height={312} className="my-4" /> @@ -150,7 +150,7 @@ Once Google Cloud and Workspace are configured, add the service account as a cre src="/static/credentials/integrations-service-account.png" alt="Google Drive integration page with the service-account connect option" width={800} - height={150} + height={233} className="my-4" /> @@ -162,7 +162,7 @@ Once Google Cloud and Workspace are configured, add the service account as a cre src="/static/credentials/add-service-account.png" alt="Add Google Service Account dialog" width={350} - height={420} + height={407} className="my-6" /> @@ -188,7 +188,7 @@ Enter the email address of the Google Workspace user you want the service accoun src="/static/credentials/workflow-impersonated-account.png" alt="Gmail block in a workflow showing the Impersonated Account field with a service account credential" width={800} - height={350} + height={378} className="my-4" /> diff --git a/apps/docs/content/docs/en/integrations/hubspot-setup.mdx b/apps/docs/content/docs/en/integrations/hubspot-setup.mdx index aaf56fd2064..fb9da7f16b6 100644 --- a/apps/docs/content/docs/en/integrations/hubspot-setup.mdx +++ b/apps/docs/content/docs/en/integrations/hubspot-setup.mdx @@ -28,9 +28,9 @@ You need: The Integrations page in Sim, with the sidebar entry, a search box, connected accounts, and featured integrations 3. The HubSpot page lists its skills and templates. Click **+ Add to Sim** in the top right. @@ -39,18 +39,11 @@ You need: src="/static/integrations/hubspot/hubspot-page-add-to-sim.png" alt="The HubSpot integration page in Sim with the Add to Sim button in the top right" width={800} - height={550} + height={717} /> 4. In the **Connect HubSpot** dialog, enter a **Display name** for the connection (for example "Sales HubSpot"), review the permissions requested, and click **Connect**. -The Connect HubSpot dialog showing the display name field and the list of permissions requested - 5. You are redirected to HubSpot. Sign in, then choose the HubSpot account you want to connect. The Integrations page showing the sidebar entry, search, connected accounts, and featured integrations The page's second tab, **Skills**, holds your workspace's [agent skills](/agents/skills). @@ -34,7 +34,7 @@ Open a service to see what it offers: src="/static/integrations/hubspot/hubspot-page-add-to-sim.png" alt="A service page (HubSpot) with its skills, templates, and the Add to Sim button" width={800} - height={550} + height={717} /> ## Connecting an account @@ -61,7 +61,7 @@ Blocks that require authentication (e.g. Gmail, Slack, HubSpot) display an accou src="/static/credentials/oauth-selector.png" alt="A block showing the account selector dropdown with connected accounts" width={500} - height={350} + height={295} /> You can also connect another account directly from the block by selecting **Connect another [service] account** at the bottom of the dropdown. @@ -82,7 +82,7 @@ In any block that requires an integration, click **Switch to manual ID** next to src="/static/integrations/switch-to-manual-id.png" alt="Block showing the Switch to manual ID button next to the account selector" width={500} - height={200} + height={193} /> Paste or reference the credential ID in that field. You can use a `{{SECRET}}` reference or a block output variable to make it dynamic. @@ -91,7 +91,7 @@ Paste or reference the credential ID in that field. You can use a `{{SECRET}}` r src="/static/integrations/manual-credential-id.png" alt="Block showing the Enter credential ID text field after switching to manual mode" width={500} - height={200} + height={197} /> ## Managing a connection diff --git a/apps/docs/content/docs/en/introduction/index.mdx b/apps/docs/content/docs/en/introduction/index.mdx index 5df4f4dc723..898c4423ec9 100644 --- a/apps/docs/content/docs/en/introduction/index.mdx +++ b/apps/docs/content/docs/en/introduction/index.mdx @@ -14,9 +14,9 @@ Sim is the open-source AI workspace where teams build, deploy, and manage AI age
Sim workflow builder
diff --git a/apps/docs/content/docs/en/knowledgebase/connectors.mdx b/apps/docs/content/docs/en/knowledgebase/connectors.mdx index d95b9c2b88a..d659d835704 100644 --- a/apps/docs/content/docs/en/knowledgebase/connectors.mdx +++ b/apps/docs/content/docs/en/knowledgebase/connectors.mdx @@ -12,7 +12,7 @@ Connectors continuously sync documents from external services into your knowledg ## Available Connectors -Connect Source picker showing a searchable list of available connectors including Airtable, Asana, Confluence, Discord, Dropbox, Fireflies, GitHub, and Gmail +The current Connect Source picker showing searchable connectors including Airtable, Asana, Ashby, Azure DevOps, Bitbucket, Box, and ClickUp Sim ships with 64 built-in connectors: @@ -123,7 +123,7 @@ Click **Connect & Sync** to save the connector and trigger the first sync. Docum Open **Connected Sources** from the knowledge base to see all active connectors. Each card shows the connector's status, the last sync time and document count, and the next scheduled sync: -Connected Sources panel showing a Google Docs connector with Active status, last sync details, and a sync history log with dated entries +Connected Sources panel showing a Google Docs connector with Active status, last sync details, and a sync history log with dated entries The action buttons on each connector card: @@ -157,7 +157,7 @@ The log retains the most recent 10 sync runs. Sometimes a connector syncs documents you don't want in your knowledge base — drafts, templates, confidential pages, and so on. You can exclude them individually. -Edit Google Docs modal showing the Documents tab with Active (37) and Excluded (0) filter buttons and a 'No excluded documents' message +Edit Google Docs modal showing the Documents tab with Active (37) and Excluded (0) filter buttons and a 'No excluded documents' message To exclude a document, open the connector's settings modal, go to the **Documents** tab, and click **Exclude** next to any document. Excluded documents are skipped on every subsequent sync even if the source content changes. @@ -201,7 +201,7 @@ You can disable specific tag types during setup or at any time from the connecto ## Multiple Connectors -Knowledge base document list showing synced Google Docs documents with Name, Size, Tokens, Chunks, Uploaded date, Status, and Tags columns +Knowledge base document list showing synced Google Docs documents with Name, Size, Tokens, Chunks, Uploaded date, Status, and Tags columns You can add as many connectors as you need to a single knowledge base. Each manages its own documents independently, and all content is searchable together through the Knowledge block. Keep tag slot usage in mind when combining connectors that each populate metadata tags. diff --git a/apps/docs/content/docs/en/knowledgebase/tags.mdx b/apps/docs/content/docs/en/knowledgebase/tags.mdx index 4cccaa5387f..5ac083cb0d3 100644 --- a/apps/docs/content/docs/en/knowledgebase/tags.mdx +++ b/apps/docs/content/docs/en/knowledgebase/tags.mdx @@ -36,11 +36,11 @@ The type dropdown in the creation form shows current slot usage for each type (e Tag definitions live at the knowledge base level. To manage them, click the knowledge base name in the header to open the context menu and select **Tags**: -Knowledge base header showing the dropdown menu with Rename, Tags, and Delete options +Knowledge base header showing the dropdown menu with Rename, Tags, and Delete options This opens the Tags modal, which lists all defined tags and shows how many documents each one is assigned to. Click **Add Tag** to define a new one: -Tags modal showing 0 defined tags, a Tag Name input field, and a Type dropdown set to Text (0/7), with Cancel and Create Tag buttons +Tags modal showing 0 defined tags, a Tag Name input field, and a Type dropdown set to Text (0/7), with Cancel and Create Tag buttons Enter a **Tag Name** and pick a **Type**, then click **Create Tag**. The name must be unique within the knowledge base. The type dropdown only shows types that still have available slots. Press Enter to submit or Escape to cancel. @@ -58,7 +58,7 @@ This opens the tag panel for that document where you can set a value for each de The **Tags** column in the document list shows the current tag values for each document at a glance. Documents with no tags assigned show `– – –`: -Knowledge base document list showing Name, Size, Tokens, Chunks, Uploaded, Status, and Tags columns — Document1.txt shows no tags (– – –) while Document2.txt shows the value 'Waleed' +Knowledge base document list showing Name, Size, Tokens, Chunks, Uploaded, Status, and Tags columns — Document1.txt shows no tags (– – –) while Document2.txt shows the value 'Waleed' Use the **Filter** and **Sort** controls in the top right to narrow the list by tag values or sort by them. @@ -66,7 +66,7 @@ Use the **Filter** and **Sort** controls in the top right to narrow the list by In a workflow, open the Knowledge block and configure **Tag Filters** to restrict which documents are searched: -Knowledge block editor showing Operation: search, Knowledge Base: test, Search Query field (optional), Number of Results, and a Tag Filters section with Filter 1 containing Tag: Name, Operator: equals, and a Value field +Knowledge block editor showing Operation: search, Knowledge Base: test, Search Query field (optional), Number of Results, and a Tag Filters section with Filter 1 containing Tag: Name, Operator: equals, and a Value field Each filter has three parts: - **Tag** — select a tag definition from the knowledge base diff --git a/apps/docs/content/docs/en/logs-debugging/index.mdx b/apps/docs/content/docs/en/logs-debugging/index.mdx index 0b359bbb0e6..40fffa12457 100644 --- a/apps/docs/content/docs/en/logs-debugging/index.mdx +++ b/apps/docs/content/docs/en/logs-debugging/index.mdx @@ -15,8 +15,8 @@ The **Logs page** lists every run across your workspace, one row per run. The [L The Logs page: one row per run with workflow, date, status, cost in credits, trigger, and duration ## What a log records @@ -33,12 +33,12 @@ Open a run and **Log Details** shows the trace. The **Trace** tab lists each blo Log Details with the Trace tab open: a CRM sync run's spans, each block with its duration, 11.61s total -This is the level you debug at, because a run fails when one of its blocks fails, and a block usually fails because of the input it received. In this run, one glance at the spans shows where the time went: the HealingAgent took 7.83s of the 11.61s total. +This is the level you debug at, because a run fails when one of its blocks fails, and a block usually fails because of the input it received. In this run, one glance at the spans shows where the time went: Agent 1 took 7.84s of the 7.86s total. ### Input and output diff --git a/apps/docs/content/docs/en/logs-debugging/logging.mdx b/apps/docs/content/docs/en/logs-debugging/logging.mdx index 49d9f379413..43a83b0a883 100644 --- a/apps/docs/content/docs/en/logs-debugging/logging.mdx +++ b/apps/docs/content/docs/en/logs-debugging/logging.mdx @@ -16,9 +16,9 @@ During manual or chat runs, the Console panel in the editor shows each block as
Real-time Console Panel
@@ -30,9 +30,9 @@ Every run from every trigger — manual, API, chat, schedule, webhook — lands
Logs Page
@@ -44,9 +44,9 @@ Click any entry to open its sidebar: the run's timeline (start/end, total durati
Logs Sidebar Details
@@ -69,7 +69,7 @@ Click any entry to open its sidebar: the run's timeline (start/end, total durati src="/static/logs/logs-frozen-canvas.png" alt="Workflow Snapshot" width={600} - height={400} + height={628} className="my-6" /> diff --git a/apps/docs/content/docs/en/platform/costs.mdx b/apps/docs/content/docs/en/platform/costs.mdx index 4762b98c6e7..f057c37960b 100644 --- a/apps/docs/content/docs/en/platform/costs.mdx +++ b/apps/docs/content/docs/en/platform/costs.mdx @@ -39,7 +39,7 @@ For workflows using AI blocks, you can view detailed cost information in the log src="/static/logs/logs-cost.png" alt="Model Breakdown" width={600} - height={400} + height={153} className="my-6" /> diff --git a/apps/docs/content/docs/en/platform/credentials.mdx b/apps/docs/content/docs/en/platform/credentials.mdx index 387450643f8..4bdd757fd03 100644 --- a/apps/docs/content/docs/en/platform/credentials.mdx +++ b/apps/docs/content/docs/en/platform/credentials.mdx @@ -17,7 +17,7 @@ To manage secrets, open your workspace **Settings** and navigate to the **Secret src="/static/secrets/secrets-list.png" alt="Secrets tab showing Workspace and Personal sections with inline key-value rows" width={700} - height={500} + height={479} /> Secrets are organized into two sections: @@ -53,7 +53,7 @@ To reference a secret in any input field, type `{{` to open the variable dropdow src="/static/credentials/secret-dropdown.png" alt="Typing {{ in an input opens a dropdown showing available secrets" width={400} - height={250} + height={165} /> Select the secret you want to use. The reference appears highlighted in blue and is resolved to its actual value at runtime. @@ -62,7 +62,7 @@ Select the secret you want to use. The reference appears highlighted in blue and src="/static/credentials/secret-resolved.png" alt="A resolved secret reference shown as {{OPENAI_API_KEY}}" width={400} - height={200} + height={166} /> ### Execution log protection @@ -113,7 +113,7 @@ Click **Details** on any secret row to open its detail view. src="/static/secrets/secret-details.png" alt="Secret details view showing Key, Value, Description, and Members sections" width={700} - height={400} + height={351} /> From here you can: diff --git a/apps/docs/content/docs/en/platform/enterprise/access-control.mdx b/apps/docs/content/docs/en/platform/enterprise/access-control.mdx index 5f67e668124..3ff1b78f6f2 100644 --- a/apps/docs/content/docs/en/platform/enterprise/access-control.mdx +++ b/apps/docs/content/docs/en/platform/enterprise/access-control.mdx @@ -37,7 +37,7 @@ When a user runs a workflow or uses Chat, Sim reads the resolved group's configu Go to **Settings → Enterprise → Access Control** from any workspace in your organization. Permission groups are defined once at the organization level and apply to every workspace under it. Only organization owners and admins can manage them. -Access Control settings showing a list of permission groups: Contractors, Sales, Engineering, and Marketing, each with Details and Delete actions +Access Control settings showing a list of permission groups: Contractors, Sales, Engineering, and Marketing, each with Details and Delete actions ### 2. Create a permission group @@ -55,7 +55,7 @@ A workspace-scoped group with **no members** applies to everyone in its workspac Controls which AI model providers members of this group can use. -Model Providers tab showing a grid of AI providers including Ollama, vLLM, OpenAI, Anthropic, Google, Azure OpenAI, and others with checkboxes to allow or restrict access The list shows all providers available in Sim. +Model Providers tab showing a grid of AI providers including Ollama, vLLM, OpenAI, Anthropic, Google, Azure OpenAI, and others with checkboxes to allow or restrict access The list shows all providers available in Sim. - **All checked (default):** All providers are allowed. - **Subset checked:** Only the selected providers are allowed. Any workflow block or agent using a provider not on the list will fail at execution time. @@ -64,7 +64,7 @@ Controls which AI model providers members of this group can use. Controls which workflow blocks members can place and execute. -Blocks tab showing Core Blocks (Agent, API, Condition, Function, Knowledge, etc.) and Tools (integrations like 1Password, Ahrefs, Airtable, and more) with checkboxes to allow or restrict each Blocks are split into two sections: **Core Blocks** (Agent, API, Condition, Function, etc.) and **Tools** (all integration blocks). +Blocks tab showing Core Blocks (Agent, API, Condition, Function, Knowledge, etc.) and Tools (integrations like 1Password, Ahrefs, Airtable, and more) with checkboxes to allow or restrict each Blocks are split into two sections: **Core Blocks** (Agent, API, Condition, Function, etc.) and **Tools** (all integration blocks). - **All checked (default):** All blocks are allowed. - **Subset checked:** Only the selected blocks are allowed. Workflows that already contain a disallowed block will fail when run — they are not automatically modified. @@ -77,7 +77,7 @@ Controls which workflow blocks members can place and execute. Controls visibility of platform features and modules. -Platform tab showing feature toggles grouped by category: Sidebar (Knowledge Base, Tables), Workflow Panel (Copilot), Settings Tabs, Tools, Deploy Tabs, Features, Logs, and Collaboration Each checkbox maps to a specific feature; checking it hides or disables that feature for group members. +Platform tab showing feature toggles grouped by category: Sidebar (Knowledge Base, Tables), Workflow Panel (Copilot), Settings Tabs, Tools, Deploy Tabs, Features, Logs, and Collaboration Each checkbox maps to a specific feature; checking it hides or disables that feature for group members. **Sidebar** diff --git a/apps/docs/content/docs/en/platform/enterprise/audit-logs.mdx b/apps/docs/content/docs/en/platform/enterprise/audit-logs.mdx index b9d039c2a56..9be2eb67ad1 100644 --- a/apps/docs/content/docs/en/platform/enterprise/audit-logs.mdx +++ b/apps/docs/content/docs/en/platform/enterprise/audit-logs.mdx @@ -16,7 +16,7 @@ Audit logs give your organization a tamper-evident record of every significant a Go to **Settings → Enterprise → Audit Logs** in your workspace. Logs are displayed in a table with the following columns: -Audit Logs settings showing a table of events with columns for Timestamp, Event, Description, and Actor, along with search and filter controls +Audit Logs settings showing a table of events with columns for Timestamp, Event, Description, and Actor, along with search and filter controls | Column | Description | |--------|-------------| diff --git a/apps/docs/content/docs/en/platform/enterprise/forks.mdx b/apps/docs/content/docs/en/platform/enterprise/forks.mdx index ebaa22fb6ea..62c0c60574a 100644 --- a/apps/docs/content/docs/en/platform/enterprise/forks.mdx +++ b/apps/docs/content/docs/en/platform/enterprise/forks.mdx @@ -134,7 +134,7 @@ The setting belongs to **this workspace's copy** only. Excluding a workflow here **See activity** (or the Activity view from the Forks header) lists forks, pushes, pulls, and rollbacks that involve this workspace — including events recorded on the other side of the edge. -Activity view showing Fork and Push events with expandable detail rows +Activity view showing Fork and Push events with expandable detail rows Expand a row for names of workflows and resources that were created, updated, or archived, and any warnings (for example failed background copies or deploy failures). diff --git a/apps/docs/content/docs/en/platform/enterprise/sso.mdx b/apps/docs/content/docs/en/platform/enterprise/sso.mdx index eef6b5d51f1..a79851039ac 100644 --- a/apps/docs/content/docs/en/platform/enterprise/sso.mdx +++ b/apps/docs/content/docs/en/platform/enterprise/sso.mdx @@ -39,7 +39,7 @@ Go to **Settings → Security → Single sign-on** in your organization settings ### 3. Fill in the form -Single Sign-On configuration form showing Provider Type (OIDC), Provider ID, Issuer URL, Domain, Client ID, Client Secret, Scopes, and Callback URL fields +Single Sign-On configuration form showing Provider Type (OIDC), Provider ID, Issuer URL, Domain, Client ID, Client Secret, Scopes, and Callback URL fields **Fields required for both protocols:** diff --git a/apps/docs/content/docs/en/platform/enterprise/whitelabeling.mdx b/apps/docs/content/docs/en/platform/enterprise/whitelabeling.mdx index fdaceff7bed..4f32a6a3c8a 100644 --- a/apps/docs/content/docs/en/platform/enterprise/whitelabeling.mdx +++ b/apps/docs/content/docs/en/platform/enterprise/whitelabeling.mdx @@ -16,7 +16,7 @@ Whitelabeling lets you replace Sim's default branding — logo, colors, and supp Go to **Settings → Enterprise → Whitelabeling** in your workspace. -Whitelabeling settings showing brand identity fields (Logo, Wordmark, Brand name), color pickers for primary and accent colors, and link fields for support email and documentation URL +Whitelabeling settings showing brand identity fields (Logo, Wordmark, Brand name), color pickers for primary and accent colors, and link fields for support email and documentation URL ### 2. Configure brand identity diff --git a/apps/docs/content/docs/en/tables/index.mdx b/apps/docs/content/docs/en/tables/index.mdx index be5f75947b5..e44ca483464 100644 --- a/apps/docs/content/docs/en/tables/index.mdx +++ b/apps/docs/content/docs/en/tables/index.mdx @@ -10,7 +10,7 @@ import { FAQ } from '@/components/ui/faq' A **table** is a grid of typed columns in your workspace, like a spreadsheet with a schema. Use one to hold reference data, collect what your workflows produce, or store the structured records your agents read and write.
- A table of typed columns: name, title, company, role + The current table editor showing typed position, driver, nationality, team, wins, and points columns
## Column types diff --git a/apps/docs/content/docs/en/workflows/blocks/credential.mdx b/apps/docs/content/docs/en/workflows/blocks/credential.mdx index 0970d40c3a9..ae28df764a2 100644 --- a/apps/docs/content/docs/en/workflows/blocks/credential.mdx +++ b/apps/docs/content/docs/en/workflows/blocks/credential.mdx @@ -98,7 +98,7 @@ Credential (List, Provider: Gmail) → ForEach Loop → Gmail (Send) using diff --git a/apps/docs/content/docs/en/workflows/blocks/guardrails.mdx b/apps/docs/content/docs/en/workflows/blocks/guardrails.mdx index ac614ae28bb..fedf8555758 100644 --- a/apps/docs/content/docs/en/workflows/blocks/guardrails.mdx +++ b/apps/docs/content/docs/en/workflows/blocks/guardrails.mdx @@ -55,7 +55,7 @@ Detects personally identifiable information with [Microsoft Presidio](https://mi src="/static/blocks/guardrails-2.png" alt="PII Detection Configuration" width={700} - height={450} + height={335} className="my-6" /> diff --git a/apps/docs/content/docs/en/workflows/blocks/human-in-the-loop.mdx b/apps/docs/content/docs/en/workflows/blocks/human-in-the-loop.mdx index 1a9d61fba34..6205e67e0ac 100644 --- a/apps/docs/content/docs/en/workflows/blocks/human-in-the-loop.mdx +++ b/apps/docs/content/docs/en/workflows/blocks/human-in-the-loop.mdx @@ -25,7 +25,7 @@ The **Human in the Loop block** pauses a run and waits for a person before it co src="/static/blocks/hitl-2.png" alt="Human in the Loop Approval Portal" width={700} - height={500} + height={467} className="my-6" /> diff --git a/apps/docs/content/docs/en/workflows/blocks/loop.mdx b/apps/docs/content/docs/en/workflows/blocks/loop.mdx index 685f40d4410..841df1ca885 100644 --- a/apps/docs/content/docs/en/workflows/blocks/loop.mdx +++ b/apps/docs/content/docs/en/workflows/blocks/loop.mdx @@ -18,28 +18,28 @@ The **Loop block** is a container that runs the blocks inside it repeatedly — A **For** loop runs a fixed number of times. Set the iteration count.
- For loop with iterations + For loop with iterations
A **ForEach** loop runs once per item in an array or object, exposing the current item as ``.
- ForEach loop with a collection + ForEach loop with a collection
A **While** loop runs as long as a condition is true. The condition is checked **before** each iteration, so the body may run zero times.
- While loop with a condition + While loop with a condition
A **Do-While** loop runs the body once, then repeats while a condition is true. The condition is checked **after** each iteration, so the body always runs at least once.
- Do-While loop with a condition + Do-While loop with a condition
diff --git a/apps/docs/content/docs/en/workflows/blocks/parallel.mdx b/apps/docs/content/docs/en/workflows/blocks/parallel.mdx index c15368b66f6..4cb5405fb67 100644 --- a/apps/docs/content/docs/en/workflows/blocks/parallel.mdx +++ b/apps/docs/content/docs/en/workflows/blocks/parallel.mdx @@ -18,14 +18,14 @@ The **Parallel block** is a container that runs the block inside it concurrently Runs a fixed number of identical instances at once. If the count is larger than the batch size, Sim runs serial batches and preserves the original result order.
- Count-based parallel execution + Count-based parallel execution
Distributes a collection across instances — each one processes a single item as ``. Large collections run in serial batches, preserving each item's index.
- Collection-based parallel execution + Collection-based parallel execution
diff --git a/apps/docs/content/docs/en/workflows/blocks/workflow.mdx b/apps/docs/content/docs/en/workflows/blocks/workflow.mdx index a6f1a02d9f3..5af492b86c4 100644 --- a/apps/docs/content/docs/en/workflows/blocks/workflow.mdx +++ b/apps/docs/content/docs/en/workflows/blocks/workflow.mdx @@ -23,7 +23,7 @@ Drop a Workflow block when you want to call a child workflow as part of a larger src='/static/blocks/workflow-2.png' alt='Workflow block with input mapping example' width={700} - height={400} + height={287} className='rounded-xl border border-border shadow-sm' /> diff --git a/apps/docs/content/docs/en/workflows/deployment/api.mdx b/apps/docs/content/docs/en/workflows/deployment/api.mdx index ab6cfe44a36..3e3c669372f 100644 --- a/apps/docs/content/docs/en/workflows/deployment/api.mdx +++ b/apps/docs/content/docs/en/workflows/deployment/api.mdx @@ -13,7 +13,7 @@ Deploy your workflow as a REST API endpoint that any application can call direct Open your workflow and click **Deploy**. The **General** tab opens first and shows you the current deployment state: -General tab of the Workflow Deployment modal showing a live workflow preview, a Versions table with v2 (live) and v1, and Undeploy / Update buttons +General tab of the Workflow Deployment modal showing a live workflow preview, a Versions table with v2 (live) and v1, and Undeploy / Update buttons The **General** tab contains: @@ -37,7 +37,7 @@ POST https://sim.ai/api/v2/workflows/{workflow-id}/execute When you modify the workflow canvas after deploying, an **Update deployment** badge appears at the bottom of the screen as a reminder that your live version is out of date: -Canvas toolbar showing the Update and Run buttons with an Update deployment tooltip +Canvas toolbar showing the Update and Run buttons with an Update deployment tooltip You can click the **Update** button directly from the canvas toolbar — you don't need to open the Deploy modal every time. @@ -45,7 +45,7 @@ You can click the **Update** button directly from the canvas toolbar — you don Every time you deploy or update, a new version is recorded in the Versions table. You can manage past versions using the context menu (⋮) next to any row: -Versions table showing v2 (live) and v1 with a context menu open offering Rename, Add description, Promote to live, and Load deployment options +Versions table showing v2 (live) and v1 with a context menu open offering Rename, Add description, Promote to live, and Load deployment options | Action | Description | |--------|-------------| @@ -82,7 +82,7 @@ Rollback re-activates an existing deployment version — the same operation as * Switch to the **API** tab in the Deploy modal to see ready-to-use code for all three execution modes: -API tab showing cURL, Python, JavaScript, and TypeScript language options, with Run workflow, Run workflow (stream response), and Run workflow (async) code sections +API tab showing cURL, Python, JavaScript, and TypeScript language options, with Run workflow, Run workflow (stream response), and Run workflow (async) code sections The language selector at the top lets you switch between **cURL**, **Python**, **JavaScript**, and **TypeScript**. Each mode — synchronous, streaming, and async — has its own code block that you can copy directly. The code is pre-filled with your workflow ID and a masked version of your API key. @@ -106,7 +106,7 @@ curl -X POST https://sim.ai/api/v2/workflows/{workflow-id}/execute \ Click **Edit API Info** to add a description and change the access mode: -Edit API Info modal with a Description textarea and an Access section toggling between API Key and Public modes +Edit API Info modal with a Description textarea and an Access section toggling between API Key and Public modes | Access Mode | Description | |-------------|-------------| @@ -170,7 +170,7 @@ Stream the response token-by-token as it is generated. Add `"stream": true` to y Use the **Select outputs** dropdown in the API tab to choose which fields to stream: -Select outputs dropdown open showing Agent 1 block with selectable output fields: content, model, tokens, toolCalls, providerTiming, cost +Select outputs dropdown open showing Agent 1 block with selectable output fields: content, model, tokens, toolCalls, providerTiming, cost The dropdown groups available outputs by block. The most common choice is `content` from an Agent block, which streams the generated text. You can select fields from multiple blocks simultaneously. diff --git a/apps/docs/content/docs/en/workflows/deployment/chat.mdx b/apps/docs/content/docs/en/workflows/deployment/chat.mdx index 030f1ef62b9..7f092b624d4 100644 --- a/apps/docs/content/docs/en/workflows/deployment/chat.mdx +++ b/apps/docs/content/docs/en/workflows/deployment/chat.mdx @@ -9,7 +9,7 @@ import { FAQ } from '@/components/ui/faq' Deploy your workflow as a conversational chat interface that users can interact with via a shareable link or embedded widget. Chat supports multi-turn conversations, file uploads, and voice input. -A deployed chat interface showing a conversation with Friendly Assistant +A deployed chat interface showing a conversation with Friendly Assistant Every chat message triggers a fresh workflow execution, with the full conversation history passed in as context. Responses stream back to the user in real time. @@ -21,7 +21,7 @@ Chat executions run against your workflow's active deployment snapshot. Publish Open your workflow, click **Deploy**, and select the **Chat** tab. You'll see the chat configuration panel: -Chat deployment configuration panel showing URL, Title, Output, Access control, and Welcome message fields +Chat deployment configuration panel showing URL, Title, Output, Access control, and Welcome message fields Configure the following fields, then click **Launch Chat**: @@ -37,13 +37,13 @@ Configure the following fields, then click **Launch Chat**: ### Output Selection -Output dropdown showing Agent 1 block with selectable fields: content, model, tokens, toolCalls, providerTiming, cost +Output dropdown showing Agent 1 block with selectable fields: content, model, tokens, toolCalls, providerTiming, cost The output dropdown groups available fields by block. For an Agent block, you can choose from `content`, `model`, `tokens`, `toolCalls`, `providerTiming`, and `cost`. In most cases, selecting `content` from the final Agent block is all you need — it streams the agent's text response directly to the user. ## Access Control -Access control section with Email tab selected, showing an Allowed emails field with @sim.ai domain added +Access control section with Email tab selected, showing an Allowed emails field with @sim.ai domain added | Mode | Description | |------|-------------| diff --git a/apps/docs/content/docs/en/workflows/deployment/mcp.mdx b/apps/docs/content/docs/en/workflows/deployment/mcp.mdx index 630dcbb6f51..cb22139687f 100644 --- a/apps/docs/content/docs/en/workflows/deployment/mcp.mdx +++ b/apps/docs/content/docs/en/workflows/deployment/mcp.mdx @@ -25,7 +25,7 @@ MCP servers group your workflow tools together. Create and manage them in worksp src="/static/blocks/mcp-servers-settings.png" alt="MCP Servers settings page" width={700} - height={450} + height={303} className="my-6" /> @@ -40,7 +40,7 @@ MCP servers group your workflow tools together. Create and manage them in worksp src="/static/blocks/mcp-server-add-modal.png" alt="Add New MCP Server modal" width={550} - height={380} + height={371} className="my-6" /> @@ -53,7 +53,7 @@ MCP servers group your workflow tools together. Create and manage them in worksp src="/static/blocks/mcp-server-details.png" alt="MCP Server details view" width={700} - height={450} + height={491} className="my-6" /> @@ -77,7 +77,7 @@ Once your workflow is deployed, you can expose it as an MCP tool: src="/static/blocks/mcp-deploy-modal.png" alt="Workflow Deployment MCP tab" width={380} - height={470} + height={487} className="my-6" /> @@ -120,7 +120,7 @@ Sim generates a ready-to-paste configuration for every supported client. To get src="/static/blocks/mcp-client-config.png" alt="MCP client configuration panel" width={700} - height={450} + height={517} className="my-6" /> diff --git a/apps/docs/content/docs/en/workflows/triggers/schedule.mdx b/apps/docs/content/docs/en/workflows/triggers/schedule.mdx index 5c32cc1db41..911e79ede01 100644 --- a/apps/docs/content/docs/en/workflows/triggers/schedule.mdx +++ b/apps/docs/content/docs/en/workflows/triggers/schedule.mdx @@ -53,7 +53,7 @@ A schedule only runs once the workflow is deployed. Configure the trigger, then A schedule disables itself after **100 consecutive failures**, to stop runaway errors. A warning badge appears on the block and it stops running; click the badge to reactivate it. The counter resets to zero on any successful run.
- A disabled schedule + A disabled schedule
diff --git a/apps/docs/content/docs/en/workflows/triggers/start.mdx b/apps/docs/content/docs/en/workflows/triggers/start.mdx index fb1a65a714a..0520867ab1c 100644 --- a/apps/docs/content/docs/en/workflows/triggers/start.mdx +++ b/apps/docs/content/docs/en/workflows/triggers/start.mdx @@ -10,7 +10,7 @@ import { Image } from '@/components/ui/image' The **Start block** is the default trigger for a workflow. It defines the inputs the workflow takes and runs it from three surfaces with the same shape: a manual run in the editor, an [API deployment](/workflows/deployment/api), and a [chat deployment](/workflows/deployment/chat).
- Start block with Input Format fields + Start block with Input Format fields
diff --git a/apps/docs/content/docs/es/blocks/agent.mdx b/apps/docs/content/docs/es/blocks/agent.mdx index f8da7a466d6..c1af0ffcd16 100644 --- a/apps/docs/content/docs/es/blocks/agent.mdx +++ b/apps/docs/content/docs/es/blocks/agent.mdx @@ -13,7 +13,7 @@ El bloque Agente conecta tu flujo de trabajo con Modelos de Lenguaje Grandes (LL src="/static/blocks/agent.png" alt="Configuración del bloque Agente" width={500} - height={400} + height={450} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/api.mdx b/apps/docs/content/docs/es/blocks/api.mdx index 1536aca695f..d30cc979c80 100644 --- a/apps/docs/content/docs/es/blocks/api.mdx +++ b/apps/docs/content/docs/es/blocks/api.mdx @@ -13,7 +13,7 @@ El bloque API conecta tu flujo de trabajo con servicios externos a través de pe src="/static/blocks/api.png" alt="Bloque API" width={500} - height={400} + height={422} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/condition.mdx b/apps/docs/content/docs/es/blocks/condition.mdx index 48e36b4cd2e..165ed366d17 100644 --- a/apps/docs/content/docs/es/blocks/condition.mdx +++ b/apps/docs/content/docs/es/blocks/condition.mdx @@ -13,7 +13,7 @@ El bloque Condición ramifica la ejecución del flujo de trabajo basándose en e src="/static/blocks/condition.png" alt="Bloque de condición" width={500} - height={400} + height={317} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/evaluator.mdx b/apps/docs/content/docs/es/blocks/evaluator.mdx index 9068b7e1a8c..5589be71963 100644 --- a/apps/docs/content/docs/es/blocks/evaluator.mdx +++ b/apps/docs/content/docs/es/blocks/evaluator.mdx @@ -13,7 +13,7 @@ El bloque Evaluador utiliza IA para puntuar y evaluar la calidad del contenido s src="/static/blocks/evaluator.png" alt="Configuración del bloque Evaluador" width={500} - height={400} + height={337} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/function.mdx b/apps/docs/content/docs/es/blocks/function.mdx index 85bb63c5645..9b1e41fefa3 100644 --- a/apps/docs/content/docs/es/blocks/function.mdx +++ b/apps/docs/content/docs/es/blocks/function.mdx @@ -11,7 +11,7 @@ El bloque de Función ejecuta código JavaScript o TypeScript personalizado en t src="/static/blocks/function.png" alt="Bloque de función con editor de código" width={500} - height={400} + height={287} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/guardrails.mdx b/apps/docs/content/docs/es/blocks/guardrails.mdx index 41b804ee89e..75182464c5f 100644 --- a/apps/docs/content/docs/es/blocks/guardrails.mdx +++ b/apps/docs/content/docs/es/blocks/guardrails.mdx @@ -13,7 +13,7 @@ El bloque Guardrails valida y protege tus flujos de trabajo de IA comprobando el src="/static/blocks/guardrails.png" alt="Bloque de barandillas de protección" width={500} - height={400} + height={398} className="my-6" /> @@ -90,7 +90,7 @@ Detecta información de identificación personal utilizando Microsoft Presidio. src="/static/blocks/guardrails-2.png" alt="Configuración de detección de PII" width={700} - height={450} + height={335} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/human-in-the-loop.mdx b/apps/docs/content/docs/es/blocks/human-in-the-loop.mdx index 3f0ca976125..f06a63e43c0 100644 --- a/apps/docs/content/docs/es/blocks/human-in-the-loop.mdx +++ b/apps/docs/content/docs/es/blocks/human-in-the-loop.mdx @@ -14,7 +14,7 @@ El bloque Human in the Loop pausa la ejecución del flujo de trabajo y espera la src="/static/blocks/hitl-1.png" alt="Configuración del bloque Human in the Loop" width={500} - height={400} + height={355} className="my-6" /> @@ -26,7 +26,7 @@ Cuando la ejecución llega a este bloque, el flujo de trabajo se pausa indefinid src="/static/blocks/hitl-2.png" alt="Portal de aprobación Human in the Loop" width={700} - height={500} + height={467} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/loop.mdx b/apps/docs/content/docs/es/blocks/loop.mdx index 8503eda6c58..ec82cc2f37d 100644 --- a/apps/docs/content/docs/es/blocks/loop.mdx +++ b/apps/docs/content/docs/es/blocks/loop.mdx @@ -27,7 +27,7 @@ Elige entre cuatro tipos de bucles: src="/static/blocks/loop-1.png" alt="Bucle For con iteraciones" width={500} - height={400} + height={267} className="my-6" /> @@ -53,7 +53,7 @@ Elige entre cuatro tipos de bucles: src="/static/blocks/loop-2.png" alt="Bucle ForEach con colección" width={500} - height={400} + height={273} className="my-6" /> @@ -77,7 +77,7 @@ Elige entre cuatro tipos de bucles: src="/static/blocks/loop-3.png" alt="Bucle While con condición" width={500} - height={400} + height={213} className="my-6" /> @@ -102,7 +102,7 @@ Elige entre cuatro tipos de bucles: src="/static/blocks/loop-4.png" alt="Bucle Do-While con condición" width={500} - height={400} + height={210} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/parallel.mdx b/apps/docs/content/docs/es/blocks/parallel.mdx index fae05aaf6a9..31a85d28049 100644 --- a/apps/docs/content/docs/es/blocks/parallel.mdx +++ b/apps/docs/content/docs/es/blocks/parallel.mdx @@ -27,7 +27,7 @@ Elige entre dos tipos de ejecución paralela: src="/static/blocks/parallel-1.png" alt="Ejecución paralela basada en conteo" width={500} - height={400} + height={231} className="my-6" /> @@ -53,7 +53,7 @@ Elige entre dos tipos de ejecución paralela: src="/static/blocks/parallel-2.png" alt="Ejecución paralela basada en colección" width={500} - height={400} + height={220} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/response.mdx b/apps/docs/content/docs/es/blocks/response.mdx index 698c3f51d30..1d7a407779d 100644 --- a/apps/docs/content/docs/es/blocks/response.mdx +++ b/apps/docs/content/docs/es/blocks/response.mdx @@ -13,7 +13,7 @@ El bloque de Respuesta formatea y envía respuestas HTTP estructuradas de vuelta src="/static/blocks/response.png" alt="Configuración del bloque de respuesta" width={500} - height={400} + height={382} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/router.mdx b/apps/docs/content/docs/es/blocks/router.mdx index 97b984bb0af..d7fe8217b0b 100644 --- a/apps/docs/content/docs/es/blocks/router.mdx +++ b/apps/docs/content/docs/es/blocks/router.mdx @@ -13,7 +13,7 @@ El bloque Router utiliza IA para dirigir flujos de trabajo de manera inteligente src="/static/blocks/router.png" alt="Bloque Router con múltiples caminos" width={500} - height={400} + height={342} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/variables.mdx b/apps/docs/content/docs/es/blocks/variables.mdx index cb9b18eae88..1d989bf7dc1 100644 --- a/apps/docs/content/docs/es/blocks/variables.mdx +++ b/apps/docs/content/docs/es/blocks/variables.mdx @@ -13,7 +13,7 @@ El bloque Variables actualiza las variables del flujo de trabajo durante la ejec src="/static/blocks/variables.png" alt="Bloque de variables" width={500} - height={400} + height={246} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/wait.mdx b/apps/docs/content/docs/es/blocks/wait.mdx index d352994e7b3..b8ee0682762 100644 --- a/apps/docs/content/docs/es/blocks/wait.mdx +++ b/apps/docs/content/docs/es/blocks/wait.mdx @@ -13,7 +13,7 @@ El bloque Espera pausa tu flujo de trabajo durante un tiempo específico antes d src="/static/blocks/wait.png" alt="Bloque de espera" width={500} - height={400} + height={295} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/webhook.mdx b/apps/docs/content/docs/es/blocks/webhook.mdx index f902df5079c..8bb57027988 100644 --- a/apps/docs/content/docs/es/blocks/webhook.mdx +++ b/apps/docs/content/docs/es/blocks/webhook.mdx @@ -12,7 +12,7 @@ El bloque Webhook envía solicitudes HTTP POST a endpoints de webhook externos c src="/static/blocks/webhook.png" alt="Bloque Webhook" width={500} - height={400} + height={403} className="my-6" /> diff --git a/apps/docs/content/docs/es/blocks/workflow.mdx b/apps/docs/content/docs/es/blocks/workflow.mdx index 40475884244..75a87a043e0 100644 --- a/apps/docs/content/docs/es/blocks/workflow.mdx +++ b/apps/docs/content/docs/es/blocks/workflow.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src='/static/blocks/workflow.png' alt='Configuración del bloque de flujo de trabajo' width={500} - height={400} + height={310} className='rounded-xl border border-border shadow-sm' /> @@ -30,7 +30,7 @@ Coloca un bloque de Flujo de trabajo cuando quieras llamar a un flujo de trabajo src='/static/blocks/workflow-2.png' alt='Bloque de flujo de trabajo con ejemplo de mapeo de entrada' width={700} - height={400} + height={287} className='rounded-xl border border-border shadow-sm' /> diff --git a/apps/docs/content/docs/es/copilot/index.mdx b/apps/docs/content/docs/es/copilot/index.mdx index 49d5cc2b717..a6aa0f31a9a 100644 --- a/apps/docs/content/docs/es/copilot/index.mdx +++ b/apps/docs/content/docs/es/copilot/index.mdx @@ -27,7 +27,7 @@ Usa el símbolo `@` para hacer referencia a varios recursos y proporcionar a Cop src="/static/copilot/copilot-menu.png" alt="Menú contextual de Copilot mostrando opciones de referencia disponibles" width={600} - height={400} + height={521} /> El menú `@` proporciona acceso a: @@ -76,7 +76,7 @@ Esta información contextual ayuda a Copilot a proporcionar asistencia más prec src="/static/copilot/copilot-mode.png" alt="Interfaz de selección de modo de Copilot" width={600} - height={400} + height={720} className="my-6" /> @@ -134,7 +134,7 @@ Puedes cambiar fácilmente entre diferentes modos de razonamiento utilizando el src="/static/copilot/copilot-models.png" alt="Selección de modo de Copilot mostrando el modo Avanzado con el interruptor MAX" width={600} - height={300} + height={457} /> La interfaz te permite: diff --git a/apps/docs/content/docs/es/execution/basics.mdx b/apps/docs/content/docs/es/execution/basics.mdx index 9ab9101c423..80dcdcddb3f 100644 --- a/apps/docs/content/docs/es/execution/basics.mdx +++ b/apps/docs/content/docs/es/execution/basics.mdx @@ -20,7 +20,7 @@ Múltiples bloques se ejecutan simultáneamente cuando no dependen entre sí. Es src="/static/execution/concurrency.png" alt="Múltiples bloques ejecutándose concurrentemente después del bloque de Inicio" width={800} - height={500} + height={685} /> En este ejemplo, tanto el bloque de agente de Atención al Cliente como el de Investigador Profundo se ejecutan simultáneamente después del bloque de Inicio, maximizando la eficiencia. @@ -33,7 +33,7 @@ Cuando los bloques tienen múltiples dependencias, el motor de ejecución espera src="/static/execution/combination.png" alt="Bloque de función recibiendo automáticamente salidas de múltiples bloques anteriores" width={800} - height={500} + height={521} /> El bloque de Función recibe las salidas de ambos bloques de agente tan pronto como se completan, permitiéndote procesar los resultados combinados. @@ -46,7 +46,7 @@ Los flujos de trabajo pueden ramificarse en múltiples direcciones utilizando bl src="/static/execution/routing.png" alt="Flujo de trabajo mostrando ramificación tanto condicional como basada en router" width={800} - height={500} + height={391} /> Este flujo de trabajo demuestra cómo la ejecución puede seguir diferentes caminos basados en condiciones o decisiones de IA, con cada camino ejecutándose independientemente. diff --git a/apps/docs/content/docs/es/execution/costs.mdx b/apps/docs/content/docs/es/execution/costs.mdx index efdc188fd93..d1005ac368a 100644 --- a/apps/docs/content/docs/es/execution/costs.mdx +++ b/apps/docs/content/docs/es/execution/costs.mdx @@ -34,7 +34,7 @@ Para flujos de trabajo que utilizan bloques de IA, puedes ver información detal src="/static/logs/logs-cost.png" alt="Desglose de modelos" width={600} - height={400} + height={153} className="my-6" /> diff --git a/apps/docs/content/docs/es/execution/index.mdx b/apps/docs/content/docs/es/execution/index.mdx index 9cff11ea754..8a803783c2e 100644 --- a/apps/docs/content/docs/es/execution/index.mdx +++ b/apps/docs/content/docs/es/execution/index.mdx @@ -61,7 +61,7 @@ Todos los puntos de entrada públicos—API, Chat, Programación, Webhook y ejec src='/static/execution/deployment-versions.png' alt='Tabla de versiones de despliegue' width={500} - height={280} + height={259} className='rounded-xl border border-border shadow-sm' /> diff --git a/apps/docs/content/docs/es/execution/logging.mdx b/apps/docs/content/docs/es/execution/logging.mdx index 98e4ff34cd0..3fa8e5870c1 100644 --- a/apps/docs/content/docs/es/execution/logging.mdx +++ b/apps/docs/content/docs/es/execution/logging.mdx @@ -21,7 +21,7 @@ Durante la ejecución manual o por chat del flujo de trabajo, los registros apar src="/static/logs/console.png" alt="Panel de consola en tiempo real" width={400} - height={300} + height={151} className="my-6" /> @@ -41,7 +41,7 @@ Todas las ejecuciones de flujos de trabajo, ya sean activadas manualmente, a tra src="/static/logs/logs.png" alt="Página de registros" width={600} - height={400} + height={451} className="my-6" /> @@ -61,7 +61,7 @@ Al hacer clic en cualquier entrada de registro se abre una vista detallada en la src="/static/logs/logs-sidebar.png" alt="Detalles de la barra lateral de registros" width={600} - height={400} + height={880} className="my-6" /> @@ -104,7 +104,7 @@ Para cualquier ejecución registrada, haz clic en "Ver instantánea" para ver el src="/static/logs/logs-frozen-canvas.png" alt="Instantánea del flujo de trabajo" width={600} - height={400} + height={628} className="my-6" /> diff --git a/apps/docs/content/docs/es/getting-started/index.mdx b/apps/docs/content/docs/es/getting-started/index.mdx index e0e1bb88309..7ebf8da2ae1 100644 --- a/apps/docs/content/docs/es/getting-started/index.mdx +++ b/apps/docs/content/docs/es/getting-started/index.mdx @@ -42,7 +42,7 @@ Un agente de investigación de personas que: src="/static/getting-started/started-1.png" alt="Ejemplo de primeros pasos" width={800} - height={500} + height={340} /> ## Tutorial paso a paso diff --git a/apps/docs/content/docs/es/introduction/index.mdx b/apps/docs/content/docs/es/introduction/index.mdx index e908e0b1a64..1f62e284dd8 100644 --- a/apps/docs/content/docs/es/introduction/index.mdx +++ b/apps/docs/content/docs/es/introduction/index.mdx @@ -14,7 +14,7 @@ Sim es un constructor de flujos de trabajo visuales de código abierto para crea src="/static/introduction.png" alt="Lienzo visual de flujos de trabajo de Sim" width={700} - height={450} + height={372} className="my-6" /> diff --git a/apps/docs/content/docs/es/knowledgebase/index.mdx b/apps/docs/content/docs/es/knowledgebase/index.mdx index 7d28228acc5..b367bbf0547 100644 --- a/apps/docs/content/docs/es/knowledgebase/index.mdx +++ b/apps/docs/content/docs/es/knowledgebase/index.mdx @@ -32,7 +32,7 @@ Sim admite archivos PDF, Word (DOC/DOCX), texto plano (TXT), Markdown (MD), HTML Una vez que tus documentos están procesados, puedes ver y editar los fragmentos individuales. Esto te da control total sobre cómo se organiza y busca tu contenido. -Vista de fragmentos de documentos mostrando contenido procesado +Vista de fragmentos de documentos mostrando contenido procesado ### Configuración de fragmentos @@ -66,7 +66,7 @@ Cuando se configura con Azure o [Mistral OCR](https://docs.mistral.ai/ocr/): Una vez que tus documentos estén procesados, puedes usarlos en tus flujos de trabajo de IA a través del bloque de conocimiento. Esto habilita la generación aumentada por recuperación (RAG), permitiendo que tus agentes de IA accedan y razonen sobre el contenido de tus documentos para proporcionar respuestas más precisas y contextuales. -Uso del bloque de conocimiento en flujos de trabajo +Uso del bloque de conocimiento en flujos de trabajo ### Características del bloque de conocimiento - **Búsqueda semántica**: encuentra contenido relevante usando consultas en lenguaje natural diff --git a/apps/docs/content/docs/es/mcp/index.mdx b/apps/docs/content/docs/es/mcp/index.mdx index 913a1746762..186ed3dd1dd 100644 --- a/apps/docs/content/docs/es/mcp/index.mdx +++ b/apps/docs/content/docs/es/mcp/index.mdx @@ -49,7 +49,7 @@ Una vez configurados los servidores MCP, sus herramientas están disponibles den src="/static/blocks/mcp-2.png" alt="Uso de herramienta MCP en bloque de agente" width={700} - height={450} + height={353} className="my-6" /> @@ -68,7 +68,7 @@ Para un control más granular, puedes usar el bloque de herramienta MCP dedicado src="/static/blocks/mcp-3.png" alt="Bloque de herramienta MCP independiente" width={700} - height={450} + height={545} className="my-6" /> diff --git a/apps/docs/content/docs/es/triggers/index.mdx b/apps/docs/content/docs/es/triggers/index.mdx index 730cdbcc803..b49cb2653fd 100644 --- a/apps/docs/content/docs/es/triggers/index.mdx +++ b/apps/docs/content/docs/es/triggers/index.mdx @@ -11,7 +11,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/triggers.png" alt="Resumen de disparadores" width={500} - height={350} + height={348} className="my-6" /> diff --git a/apps/docs/content/docs/es/triggers/rss.mdx b/apps/docs/content/docs/es/triggers/rss.mdx index 6978129d513..323911f0817 100644 --- a/apps/docs/content/docs/es/triggers/rss.mdx +++ b/apps/docs/content/docs/es/triggers/rss.mdx @@ -12,7 +12,7 @@ El bloque de Feed RSS monitorea feeds RSS y Atom – cuando se publican nuevos e src="/static/blocks/rss.png" alt="Bloque de Feed RSS" width={500} - height={400} + height={228} className="my-6" /> diff --git a/apps/docs/content/docs/es/triggers/schedule.mdx b/apps/docs/content/docs/es/triggers/schedule.mdx index 7ef0f750d51..626da9fd84e 100644 --- a/apps/docs/content/docs/es/triggers/schedule.mdx +++ b/apps/docs/content/docs/es/triggers/schedule.mdx @@ -13,7 +13,7 @@ El bloque de Programación activa automáticamente flujos de trabajo de forma re src="/static/blocks/schedule.png" alt="Bloque de programación" width={500} - height={400} + height={336} className="my-6" /> @@ -67,7 +67,7 @@ Las programaciones se desactivan automáticamente después de **100 fallos conse src="/static/blocks/schedule-3.png" alt="Programación desactivada" width={500} - height={400} + height={310} className="my-6" /> diff --git a/apps/docs/content/docs/es/triggers/start.mdx b/apps/docs/content/docs/es/triggers/start.mdx index 9f60a2b7380..1f516252051 100644 --- a/apps/docs/content/docs/es/triggers/start.mdx +++ b/apps/docs/content/docs/es/triggers/start.mdx @@ -13,7 +13,7 @@ El bloque Inicio es el disparador predeterminado para los flujos de trabajo crea src="/static/start.png" alt="Bloque de inicio con campos de formato de entrada" width={360} - height={380} + height={151} className="my-6" /> diff --git a/apps/docs/content/docs/es/triggers/webhook.mdx b/apps/docs/content/docs/es/triggers/webhook.mdx index 3eb70733181..08e2c5e56cf 100644 --- a/apps/docs/content/docs/es/triggers/webhook.mdx +++ b/apps/docs/content/docs/es/triggers/webhook.mdx @@ -18,7 +18,7 @@ El bloque de webhook genérico crea un punto de conexión flexible que puede rec src="/static/blocks/webhook-trigger.png" alt="Configuración de webhook genérico" width={500} - height={400} + height={405} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/agent.mdx b/apps/docs/content/docs/fr/blocks/agent.mdx index c2252b1de6d..381bfe18259 100644 --- a/apps/docs/content/docs/fr/blocks/agent.mdx +++ b/apps/docs/content/docs/fr/blocks/agent.mdx @@ -13,7 +13,7 @@ Le bloc Agent connecte votre flux de travail aux grands modèles de langage (LLM src="/static/blocks/agent.png" alt="Configuration du bloc Agent" width={500} - height={400} + height={450} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/api.mdx b/apps/docs/content/docs/fr/blocks/api.mdx index ca37ed96882..41fc2bf09ef 100644 --- a/apps/docs/content/docs/fr/blocks/api.mdx +++ b/apps/docs/content/docs/fr/blocks/api.mdx @@ -13,7 +13,7 @@ Le bloc API connecte votre flux de travail à des services externes via des requ src="/static/blocks/api.png" alt="Bloc API" width={500} - height={400} + height={422} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/condition.mdx b/apps/docs/content/docs/fr/blocks/condition.mdx index 14c00f53583..4a42e8a1b90 100644 --- a/apps/docs/content/docs/fr/blocks/condition.mdx +++ b/apps/docs/content/docs/fr/blocks/condition.mdx @@ -13,7 +13,7 @@ Le bloc Condition permet de ramifier l'exécution du flux de travail en fonction src="/static/blocks/condition.png" alt="Bloc de condition" width={500} - height={400} + height={317} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/evaluator.mdx b/apps/docs/content/docs/fr/blocks/evaluator.mdx index 419dc9010ec..245ab555d34 100644 --- a/apps/docs/content/docs/fr/blocks/evaluator.mdx +++ b/apps/docs/content/docs/fr/blocks/evaluator.mdx @@ -13,7 +13,7 @@ Le bloc Évaluateur utilise l'IA pour noter et évaluer la qualité du contenu s src="/static/blocks/evaluator.png" alt="Configuration du bloc Évaluateur" width={500} - height={400} + height={337} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/function.mdx b/apps/docs/content/docs/fr/blocks/function.mdx index 77d7c166e13..14cbb6a1a89 100644 --- a/apps/docs/content/docs/fr/blocks/function.mdx +++ b/apps/docs/content/docs/fr/blocks/function.mdx @@ -11,7 +11,7 @@ Le bloc Fonction exécute du code JavaScript ou TypeScript personnalisé dans vo src="/static/blocks/function.png" alt="Bloc de fonction avec éditeur de code" width={500} - height={400} + height={287} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/guardrails.mdx b/apps/docs/content/docs/fr/blocks/guardrails.mdx index 9b3e218d2bf..b1592599291 100644 --- a/apps/docs/content/docs/fr/blocks/guardrails.mdx +++ b/apps/docs/content/docs/fr/blocks/guardrails.mdx @@ -13,7 +13,7 @@ Le bloc Guardrails valide et protège vos flux de travail IA en vérifiant le co src="/static/blocks/guardrails.png" alt="Bloc de garde-fous" width={500} - height={400} + height={398} className="my-6" /> @@ -90,7 +90,7 @@ Détecte les informations personnelles identifiables à l'aide de Microsoft Pres src="/static/blocks/guardrails-2.png" alt="Configuration de détection PII" width={700} - height={450} + height={335} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/human-in-the-loop.mdx b/apps/docs/content/docs/fr/blocks/human-in-the-loop.mdx index 67f527d7ef9..44e2ac28c63 100644 --- a/apps/docs/content/docs/fr/blocks/human-in-the-loop.mdx +++ b/apps/docs/content/docs/fr/blocks/human-in-the-loop.mdx @@ -14,7 +14,7 @@ Le bloc Intervention humaine met en pause l'exécution du workflow et attend l'i src="/static/blocks/hitl-1.png" alt="Configuration du bloc Intervention humaine" width={500} - height={400} + height={355} className="my-6" /> @@ -26,7 +26,7 @@ Lorsque l'exécution atteint ce bloc, le workflow se met en pause indéfiniment src="/static/blocks/hitl-2.png" alt="Portail d'approbation de l'intervention humaine" width={700} - height={500} + height={467} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/loop.mdx b/apps/docs/content/docs/fr/blocks/loop.mdx index 116853d78bf..35e26f75d63 100644 --- a/apps/docs/content/docs/fr/blocks/loop.mdx +++ b/apps/docs/content/docs/fr/blocks/loop.mdx @@ -27,7 +27,7 @@ Choisissez entre quatre types de boucles : src="/static/blocks/loop-1.png" alt="Boucle For avec itérations" width={500} - height={400} + height={267} className="my-6" /> @@ -53,7 +53,7 @@ Choisissez entre quatre types de boucles : src="/static/blocks/loop-2.png" alt="Boucle ForEach avec collection" width={500} - height={400} + height={273} className="my-6" /> @@ -77,7 +77,7 @@ Choisissez entre quatre types de boucles : src="/static/blocks/loop-3.png" alt="Boucle While avec condition" width={500} - height={400} + height={213} className="my-6" /> @@ -102,7 +102,7 @@ Choisissez entre quatre types de boucles : src="/static/blocks/loop-4.png" alt="Boucle Do-While avec condition" width={500} - height={400} + height={210} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/parallel.mdx b/apps/docs/content/docs/fr/blocks/parallel.mdx index 9b2b84f70ae..a0804d5a53b 100644 --- a/apps/docs/content/docs/fr/blocks/parallel.mdx +++ b/apps/docs/content/docs/fr/blocks/parallel.mdx @@ -27,7 +27,7 @@ Choisissez entre deux types d'exécution parallèle : src="/static/blocks/parallel-1.png" alt="Exécution parallèle basée sur un nombre" width={500} - height={400} + height={231} className="my-6" /> @@ -53,7 +53,7 @@ Choisissez entre deux types d'exécution parallèle : src="/static/blocks/parallel-2.png" alt="Exécution parallèle basée sur une collection" width={500} - height={400} + height={220} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/response.mdx b/apps/docs/content/docs/fr/blocks/response.mdx index 3184ee1ae8a..031b269125a 100644 --- a/apps/docs/content/docs/fr/blocks/response.mdx +++ b/apps/docs/content/docs/fr/blocks/response.mdx @@ -13,7 +13,7 @@ Le bloc Réponse formate et envoie des réponses HTTP structurées aux appelants src="/static/blocks/response.png" alt="Configuration du bloc Réponse" width={500} - height={400} + height={382} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/router.mdx b/apps/docs/content/docs/fr/blocks/router.mdx index 0ae078f106a..37eea743360 100644 --- a/apps/docs/content/docs/fr/blocks/router.mdx +++ b/apps/docs/content/docs/fr/blocks/router.mdx @@ -13,7 +13,7 @@ Le bloc Routeur utilise l'IA pour diriger intelligemment les flux de travail en src="/static/blocks/router.png" alt="Bloc Routeur avec chemins multiples" width={500} - height={400} + height={342} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/variables.mdx b/apps/docs/content/docs/fr/blocks/variables.mdx index d29ad36eea7..4d8145cd2b4 100644 --- a/apps/docs/content/docs/fr/blocks/variables.mdx +++ b/apps/docs/content/docs/fr/blocks/variables.mdx @@ -13,7 +13,7 @@ Le bloc Variables met à jour les variables du workflow pendant l'exécution. Le src="/static/blocks/variables.png" alt="Bloc de variables" width={500} - height={400} + height={246} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/wait.mdx b/apps/docs/content/docs/fr/blocks/wait.mdx index 163e7849620..fcd93ee5cbc 100644 --- a/apps/docs/content/docs/fr/blocks/wait.mdx +++ b/apps/docs/content/docs/fr/blocks/wait.mdx @@ -13,7 +13,7 @@ Le bloc Attente met en pause votre flux de travail pendant une durée spécifié src="/static/blocks/wait.png" alt="Bloc d'attente" width={500} - height={400} + height={295} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/webhook.mdx b/apps/docs/content/docs/fr/blocks/webhook.mdx index c9d0ca93528..12ee50c4afa 100644 --- a/apps/docs/content/docs/fr/blocks/webhook.mdx +++ b/apps/docs/content/docs/fr/blocks/webhook.mdx @@ -12,7 +12,7 @@ Le bloc Webhook envoie des requêtes HTTP POST vers des points de terminaison we src="/static/blocks/webhook.png" alt="Bloc Webhook" width={500} - height={400} + height={403} className="my-6" /> diff --git a/apps/docs/content/docs/fr/blocks/workflow.mdx b/apps/docs/content/docs/fr/blocks/workflow.mdx index 90ac83bb211..277b9f4fffe 100644 --- a/apps/docs/content/docs/fr/blocks/workflow.mdx +++ b/apps/docs/content/docs/fr/blocks/workflow.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/workflow.png" alt="Configuration du bloc de flux de travail" width={500} - height={400} + height={310} className="rounded-xl border border-border shadow-sm" /> @@ -30,7 +30,7 @@ Déposez un bloc de flux de travail lorsque vous souhaitez appeler un flux de tr src="/static/blocks/workflow-2.png" alt="Exemple de mappage d'entrée du bloc de flux de travail" width={700} - height={400} + height={287} className="rounded-xl border border-border shadow-sm" /> diff --git a/apps/docs/content/docs/fr/copilot/index.mdx b/apps/docs/content/docs/fr/copilot/index.mdx index 4a04abb26ed..fd3b74afd04 100644 --- a/apps/docs/content/docs/fr/copilot/index.mdx +++ b/apps/docs/content/docs/fr/copilot/index.mdx @@ -27,7 +27,7 @@ Utilisez le symbole `@` pour référencer diverses ressources et donner à Copil src="/static/copilot/copilot-menu.png" alt="Menu contextuel de Copilot montrant les options de référence disponibles" width={600} - height={400} + height={521} /> Le menu `@` donne accès à : @@ -76,7 +76,7 @@ Ces informations contextuelles aident Copilot à fournir une assistance plus pr src="/static/copilot/copilot-mode.png" alt="Interface de sélection du mode Copilot" width={600} - height={400} + height={720} className="my-6" /> @@ -134,7 +134,7 @@ Vous pouvez facilement basculer entre différents modes de raisonnement à l'aid src="/static/copilot/copilot-models.png" alt="Sélection du mode Copilot montrant le mode Avancé avec l'option MAX" width={600} - height={300} + height={457} /> L'interface vous permet de : diff --git a/apps/docs/content/docs/fr/execution/basics.mdx b/apps/docs/content/docs/fr/execution/basics.mdx index 5153741f004..dd22ea6a4f4 100644 --- a/apps/docs/content/docs/fr/execution/basics.mdx +++ b/apps/docs/content/docs/fr/execution/basics.mdx @@ -20,7 +20,7 @@ Plusieurs blocs s'exécutent simultanément lorsqu'ils ne dépendent pas les uns src="/static/execution/concurrency.png" alt="Plusieurs blocs s'exécutant simultanément après le bloc de démarrage" width={800} - height={500} + height={685} /> Dans cet exemple, les blocs d'agent de support client et de chercheur approfondi s'exécutent simultanément après le bloc de démarrage, maximisant ainsi l'efficacité. @@ -33,7 +33,7 @@ Lorsque des blocs ont plusieurs dépendances, le moteur d'exécution attend auto src="/static/execution/combination.png" alt="Bloc de fonction recevant automatiquement les sorties de plusieurs blocs précédents" width={800} - height={500} + height={521} /> Le bloc de fonction reçoit les sorties des deux blocs d'agent dès qu'ils sont terminés, vous permettant de traiter les résultats combinés. @@ -46,7 +46,7 @@ Les workflows peuvent se ramifier dans plusieurs directions en utilisant des blo src="/static/execution/routing.png" alt="Workflow montrant à la fois des ramifications conditionnelles et basées sur un routeur" width={800} - height={500} + height={391} /> Ce flux de travail démontre comment l'exécution peut suivre différents chemins basés sur des conditions ou des décisions d'IA, chaque chemin s'exécutant indépendamment. diff --git a/apps/docs/content/docs/fr/execution/costs.mdx b/apps/docs/content/docs/fr/execution/costs.mdx index dd43d873f76..cb98f3868bb 100644 --- a/apps/docs/content/docs/fr/execution/costs.mdx +++ b/apps/docs/content/docs/fr/execution/costs.mdx @@ -34,7 +34,7 @@ Pour les flux de travail utilisant des blocs d'IA, vous pouvez consulter des inf src="/static/logs/logs-cost.png" alt="Répartition des modèles" width={600} - height={400} + height={153} className="my-6" /> diff --git a/apps/docs/content/docs/fr/execution/index.mdx b/apps/docs/content/docs/fr/execution/index.mdx index 4cc09865aa5..cf9f1749d39 100644 --- a/apps/docs/content/docs/fr/execution/index.mdx +++ b/apps/docs/content/docs/fr/execution/index.mdx @@ -61,7 +61,7 @@ Tous les points d'entrée publics — API, Chat, Planification, Webhook et exéc src='/static/execution/deployment-versions.png' alt='Tableau des versions de déploiement' width={500} - height={280} + height={259} className='rounded-xl border border-border shadow-sm' /> diff --git a/apps/docs/content/docs/fr/execution/logging.mdx b/apps/docs/content/docs/fr/execution/logging.mdx index 1f6927e5779..6af100ac07e 100644 --- a/apps/docs/content/docs/fr/execution/logging.mdx +++ b/apps/docs/content/docs/fr/execution/logging.mdx @@ -21,7 +21,7 @@ Pendant l'exécution manuelle ou par chat d'un flux de travail, les journaux app src="/static/logs/console.png" alt="Panneau de console en temps réel" width={400} - height={300} + height={151} className="my-6" /> @@ -41,7 +41,7 @@ Toutes les exécutions de flux de travail — qu'elles soient déclenchées manu src="/static/logs/logs.png" alt="Page de journaux" width={600} - height={400} + height={451} className="my-6" /> @@ -61,7 +61,7 @@ Cliquer sur n'importe quelle entrée de journal ouvre une vue détaillée dans l src="/static/logs/logs-sidebar.png" alt="Détails de la barre latérale des journaux" width={600} - height={400} + height={880} className="my-6" /> @@ -104,7 +104,7 @@ Pour toute exécution enregistrée, cliquez sur « Voir l'instantané » pour vi src="/static/logs/logs-frozen-canvas.png" alt="Instantané de workflow" width={600} - height={400} + height={628} className="my-6" /> diff --git a/apps/docs/content/docs/fr/getting-started/index.mdx b/apps/docs/content/docs/fr/getting-started/index.mdx index df0912ff2f4..ae4e7885ca0 100644 --- a/apps/docs/content/docs/fr/getting-started/index.mdx +++ b/apps/docs/content/docs/fr/getting-started/index.mdx @@ -42,7 +42,7 @@ Un agent de recherche de personnes qui : src="/static/getting-started/started-1.png" alt="Exemple de premiers pas" width={800} - height={500} + height={340} /> ## Tutoriel étape par étape diff --git a/apps/docs/content/docs/fr/introduction/index.mdx b/apps/docs/content/docs/fr/introduction/index.mdx index e0259ed35bb..d49b0dd4468 100644 --- a/apps/docs/content/docs/fr/introduction/index.mdx +++ b/apps/docs/content/docs/fr/introduction/index.mdx @@ -14,7 +14,7 @@ Sim est un constructeur de flux de travail visuel open-source pour créer et dé src="/static/introduction.png" alt="Canevas de flux de travail visuel Sim" width={700} - height={450} + height={372} className="my-6" /> diff --git a/apps/docs/content/docs/fr/knowledgebase/index.mdx b/apps/docs/content/docs/fr/knowledgebase/index.mdx index 956ea8f1f18..e6fd70debde 100644 --- a/apps/docs/content/docs/fr/knowledgebase/index.mdx +++ b/apps/docs/content/docs/fr/knowledgebase/index.mdx @@ -32,7 +32,7 @@ Sim prend en charge les fichiers PDF, Word (DOC/DOCX), texte brut (TXT), Markdow Une fois vos documents traités, vous pouvez visualiser et modifier les segments individuels. Cela vous donne un contrôle total sur l'organisation et la recherche de votre contenu. -Vue des segments de document montrant le contenu traité +Vue des segments de document montrant le contenu traité ### Configuration des fragments @@ -66,7 +66,7 @@ Lorsqu'il est configuré avec Azure ou [Mistral OCR](https://docs.mistral.ai/ocr Une fois vos documents traités, vous pouvez les utiliser dans vos workflows d'IA via le bloc de connaissances. Cela active la génération augmentée par récupération (RAG), permettant à vos agents d'IA d'accéder à votre contenu documentaire et de raisonner dessus pour fournir des réponses plus précises et contextuelles. -Utilisation du bloc de connaissances dans les workflows +Utilisation du bloc de connaissances dans les workflows ### Fonctionnalités du bloc de connaissances - **Recherche sémantique** : trouvez du contenu pertinent à l'aide de requêtes en langage naturel diff --git a/apps/docs/content/docs/fr/mcp/index.mdx b/apps/docs/content/docs/fr/mcp/index.mdx index e0525996072..cbe19912027 100644 --- a/apps/docs/content/docs/fr/mcp/index.mdx +++ b/apps/docs/content/docs/fr/mcp/index.mdx @@ -50,7 +50,7 @@ Une fois les serveurs MCP configurés, leurs outils deviennent disponibles dans src="/static/blocks/mcp-2.png" alt="Utilisation de l'outil MCP dans un bloc d'agent" width={700} - height={450} + height={353} className="my-6" /> @@ -69,7 +69,7 @@ Pour un contrôle plus précis, vous pouvez utiliser le bloc d'outil MCP dédié src="/static/blocks/mcp-3.png" alt="Bloc d'outil MCP autonome" width={700} - height={450} + height={545} className="my-6" /> diff --git a/apps/docs/content/docs/fr/triggers/index.mdx b/apps/docs/content/docs/fr/triggers/index.mdx index ef9b408df06..17152b4b26d 100644 --- a/apps/docs/content/docs/fr/triggers/index.mdx +++ b/apps/docs/content/docs/fr/triggers/index.mdx @@ -11,7 +11,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/triggers.png" alt="Aperçu des déclencheurs" width={500} - height={350} + height={348} className="my-6" /> diff --git a/apps/docs/content/docs/fr/triggers/rss.mdx b/apps/docs/content/docs/fr/triggers/rss.mdx index d14507b9a7a..5c5dc16757d 100644 --- a/apps/docs/content/docs/fr/triggers/rss.mdx +++ b/apps/docs/content/docs/fr/triggers/rss.mdx @@ -12,7 +12,7 @@ Le bloc Flux RSS surveille les flux RSS et Atom – lorsque de nouveaux élémen src="/static/blocks/rss.png" alt="Bloc Flux RSS" width={500} - height={400} + height={228} className="my-6" /> diff --git a/apps/docs/content/docs/fr/triggers/schedule.mdx b/apps/docs/content/docs/fr/triggers/schedule.mdx index 746b92a88f0..fc471ef3967 100644 --- a/apps/docs/content/docs/fr/triggers/schedule.mdx +++ b/apps/docs/content/docs/fr/triggers/schedule.mdx @@ -13,7 +13,7 @@ Le bloc Planification déclenche automatiquement des workflows de manière récu src="/static/blocks/schedule.png" alt="Bloc de planification" width={500} - height={400} + height={336} className="my-6" /> @@ -67,7 +67,7 @@ Les planifications se désactivent automatiquement après **100 échecs consécu src="/static/blocks/schedule-3.png" alt="Planification désactivée" width={500} - height={400} + height={310} className="my-6" /> diff --git a/apps/docs/content/docs/fr/triggers/start.mdx b/apps/docs/content/docs/fr/triggers/start.mdx index a62f3a7f61b..23ca584ed31 100644 --- a/apps/docs/content/docs/fr/triggers/start.mdx +++ b/apps/docs/content/docs/fr/triggers/start.mdx @@ -13,7 +13,7 @@ Le bloc Démarrer est le déclencheur par défaut pour les flux de travail cré src="/static/start.png" alt="Bloc de démarrage avec champs de format d'entrée" width={360} - height={380} + height={151} className="my-6" /> diff --git a/apps/docs/content/docs/fr/triggers/webhook.mdx b/apps/docs/content/docs/fr/triggers/webhook.mdx index c1d7fa009c2..87687b23959 100644 --- a/apps/docs/content/docs/fr/triggers/webhook.mdx +++ b/apps/docs/content/docs/fr/triggers/webhook.mdx @@ -18,7 +18,7 @@ Le bloc Webhook générique crée un point de terminaison flexible qui peut rece src="/static/blocks/webhook-trigger.png" alt="Configuration du webhook générique" width={500} - height={400} + height={405} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/agent.mdx b/apps/docs/content/docs/ja/blocks/agent.mdx index 4eb5c8e8eb8..6213a36aae5 100644 --- a/apps/docs/content/docs/ja/blocks/agent.mdx +++ b/apps/docs/content/docs/ja/blocks/agent.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/agent.png" alt="エージェントブロックの設定" width={500} - height={400} + height={450} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/api.mdx b/apps/docs/content/docs/ja/blocks/api.mdx index 1efff82c411..6dae7523d25 100644 --- a/apps/docs/content/docs/ja/blocks/api.mdx +++ b/apps/docs/content/docs/ja/blocks/api.mdx @@ -13,7 +13,7 @@ APIブロックは、HTTPリクエストを通じてワークフローを外部 src="/static/blocks/api.png" alt="APIブロック" width={500} - height={400} + height={422} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/condition.mdx b/apps/docs/content/docs/ja/blocks/condition.mdx index a1f5b6cfbe3..c25df185534 100644 --- a/apps/docs/content/docs/ja/blocks/condition.mdx +++ b/apps/docs/content/docs/ja/blocks/condition.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/condition.png" alt="条件ブロック" width={500} - height={400} + height={317} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/evaluator.mdx b/apps/docs/content/docs/ja/blocks/evaluator.mdx index 8fcc6d5ec7f..a753f7ca7be 100644 --- a/apps/docs/content/docs/ja/blocks/evaluator.mdx +++ b/apps/docs/content/docs/ja/blocks/evaluator.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/evaluator.png" alt="評価者ブロックの設定画面" width={500} - height={400} + height={337} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/function.mdx b/apps/docs/content/docs/ja/blocks/function.mdx index 566e7a43fb3..e62c9ef64fb 100644 --- a/apps/docs/content/docs/ja/blocks/function.mdx +++ b/apps/docs/content/docs/ja/blocks/function.mdx @@ -11,7 +11,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/function.png" alt="コードエディタ付き関数ブロック" width={500} - height={400} + height={287} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/guardrails.mdx b/apps/docs/content/docs/ja/blocks/guardrails.mdx index 85083fa8e8c..0481be21e24 100644 --- a/apps/docs/content/docs/ja/blocks/guardrails.mdx +++ b/apps/docs/content/docs/ja/blocks/guardrails.mdx @@ -13,7 +13,7 @@ import { Video } from '@/components/ui/video' src="/static/blocks/guardrails.png" alt="ガードレールブロック" width={500} - height={400} + height={398} className="my-6" /> @@ -90,7 +90,7 @@ Microsoft Presidioを使用して個人を特定できる情報を検出しま src="/static/blocks/guardrails-2.png" alt="PII検出の設定" width={700} - height={450} + height={335} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/human-in-the-loop.mdx b/apps/docs/content/docs/ja/blocks/human-in-the-loop.mdx index bcd54b2a488..d6c2ebb5411 100644 --- a/apps/docs/content/docs/ja/blocks/human-in-the-loop.mdx +++ b/apps/docs/content/docs/ja/blocks/human-in-the-loop.mdx @@ -14,7 +14,7 @@ import { Video } from '@/components/ui/video' src="/static/blocks/hitl-1.png" alt="ヒューマン・イン・ザ・ループブロックの設定" width={500} - height={400} + height={355} className="my-6" /> @@ -26,7 +26,7 @@ import { Video } from '@/components/ui/video' src="/static/blocks/hitl-2.png" alt="ヒューマン・イン・ザ・ループ承認ポータル" width={700} - height={500} + height={467} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/loop.mdx b/apps/docs/content/docs/ja/blocks/loop.mdx index 362cdb6d031..53831187d97 100644 --- a/apps/docs/content/docs/ja/blocks/loop.mdx +++ b/apps/docs/content/docs/ja/blocks/loop.mdx @@ -27,7 +27,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/loop-1.png" alt="反復回数を使用したFor ループ" width={500} - height={400} + height={267} className="my-6" /> @@ -53,7 +53,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/loop-2.png" alt="コレクションを使用したForEach ループ" width={500} - height={400} + height={273} className="my-6" /> @@ -77,7 +77,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/loop-3.png" alt="条件付きWhile ループ" width={500} - height={400} + height={213} className="my-6" /> @@ -102,7 +102,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/loop-4.png" alt="条件付きDo-While ループ" width={500} - height={400} + height={210} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/parallel.mdx b/apps/docs/content/docs/ja/blocks/parallel.mdx index eea83a188c1..20ac59ea66b 100644 --- a/apps/docs/content/docs/ja/blocks/parallel.mdx +++ b/apps/docs/content/docs/ja/blocks/parallel.mdx @@ -27,7 +27,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/parallel-1.png" alt="カウントベースの並列実行" width={500} - height={400} + height={231} className="my-6" /> @@ -53,7 +53,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/parallel-2.png" alt="コレクションベースの並列実行" width={500} - height={400} + height={220} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/response.mdx b/apps/docs/content/docs/ja/blocks/response.mdx index 8d2f629ddce..0700c5c4279 100644 --- a/apps/docs/content/docs/ja/blocks/response.mdx +++ b/apps/docs/content/docs/ja/blocks/response.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/response.png" alt="レスポンスブロックの設定" width={500} - height={400} + height={382} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/router.mdx b/apps/docs/content/docs/ja/blocks/router.mdx index 8aa16bfdf9e..1e0664ad7fa 100644 --- a/apps/docs/content/docs/ja/blocks/router.mdx +++ b/apps/docs/content/docs/ja/blocks/router.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/router.png" alt="複数のパスを持つルーターブロック" width={500} - height={400} + height={342} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/variables.mdx b/apps/docs/content/docs/ja/blocks/variables.mdx index a0c80af60e1..d8b44abf52f 100644 --- a/apps/docs/content/docs/ja/blocks/variables.mdx +++ b/apps/docs/content/docs/ja/blocks/variables.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/variables.png" alt="変数ブロック" width={500} - height={400} + height={246} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/wait.mdx b/apps/docs/content/docs/ja/blocks/wait.mdx index 1961892276c..1c48158e0db 100644 --- a/apps/docs/content/docs/ja/blocks/wait.mdx +++ b/apps/docs/content/docs/ja/blocks/wait.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/wait.png" alt="待機ブロック" width={500} - height={400} + height={295} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/webhook.mdx b/apps/docs/content/docs/ja/blocks/webhook.mdx index 13f1cd3b178..a1502e2bffa 100644 --- a/apps/docs/content/docs/ja/blocks/webhook.mdx +++ b/apps/docs/content/docs/ja/blocks/webhook.mdx @@ -12,7 +12,7 @@ Webhookブロックは、自動的なWebhookヘッダーとオプションのHMA src="/static/blocks/webhook.png" alt="Webhookブロック" width={500} - height={400} + height={403} className="my-6" /> diff --git a/apps/docs/content/docs/ja/blocks/workflow.mdx b/apps/docs/content/docs/ja/blocks/workflow.mdx index 5a95d693113..f7f7daf3f26 100644 --- a/apps/docs/content/docs/ja/blocks/workflow.mdx +++ b/apps/docs/content/docs/ja/blocks/workflow.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src='/static/blocks/workflow.png' alt='ワークフローブロックの設定' width={500} - height={400} + height={310} className='rounded-xl border border-border shadow-sm' /> @@ -30,7 +30,7 @@ import { Image } from '@/components/ui/image' src='/static/blocks/workflow-2.png' alt='入力マッピング例を示すワークフローブロック' width={700} - height={400} + height={287} className='rounded-xl border border-border shadow-sm' /> diff --git a/apps/docs/content/docs/ja/copilot/index.mdx b/apps/docs/content/docs/ja/copilot/index.mdx index e586d36c25f..ceae47375b9 100644 --- a/apps/docs/content/docs/ja/copilot/index.mdx +++ b/apps/docs/content/docs/ja/copilot/index.mdx @@ -27,7 +27,7 @@ Copilotはエディター内のアシスタントで、Sim Copilotを使用し src="/static/copilot/copilot-menu.png" alt="利用可能な参照オプションを表示するCopilotコンテキストメニュー" width={600} - height={400} + height={521} /> `@` メニューから以下にアクセスできます: @@ -76,7 +76,7 @@ Copilotはエディター内のアシスタントで、Sim Copilotを使用し src="/static/copilot/copilot-mode.png" alt="Copilotモード選択インターフェース" width={600} - height={400} + height={720} className="my-6" /> @@ -134,7 +134,7 @@ Copilotインターフェースのモードセレクターを使用して、異 src="/static/copilot/copilot-models.png" alt="MAXトグル付きの高度モードを表示するCopilotモード選択" width={600} - height={300} + height={457} /> このインターフェースでは以下のことが可能です: diff --git a/apps/docs/content/docs/ja/execution/basics.mdx b/apps/docs/content/docs/ja/execution/basics.mdx index b5f7825fe7f..96beb830d96 100644 --- a/apps/docs/content/docs/ja/execution/basics.mdx +++ b/apps/docs/content/docs/ja/execution/basics.mdx @@ -20,7 +20,7 @@ Simの実行エンジンは依存関係を分析し、最も効率的な順序 src="/static/execution/concurrency.png" alt="スタートブロックの後に複数のブロックが同時に実行されている" width={800} - height={500} + height={685} /> この例では、カスタマーサポートとディープリサーチャーの両方のエージェントブロックがスタートブロックの後に同時に実行され、効率を最大化しています。 @@ -33,7 +33,7 @@ Simの実行エンジンは依存関係を分析し、最も効率的な順序 src="/static/execution/combination.png" alt="関数ブロックが複数の前のブロックからの出力を自動的に受け取る" width={800} - height={500} + height={521} /> 関数ブロックは両方のエージェントブロックが完了するとすぐにそれらの出力を受け取り、結合された結果を処理することができます。 @@ -46,7 +46,7 @@ Simの実行エンジンは依存関係を分析し、最も効率的な順序 src="/static/execution/routing.png" alt="条件分岐とルーターベースの分岐の両方を示すワークフロー" width={800} - height={500} + height={391} /> このワークフローは、条件やAIの判断に基づいて実行が異なる経路をたどる方法を示しており、各経路は独立して実行されます。 diff --git a/apps/docs/content/docs/ja/execution/costs.mdx b/apps/docs/content/docs/ja/execution/costs.mdx index c5cf8b1c801..1a9c06c3f30 100644 --- a/apps/docs/content/docs/ja/execution/costs.mdx +++ b/apps/docs/content/docs/ja/execution/costs.mdx @@ -34,7 +34,7 @@ AIブロックを使用するワークフローでは、ログで詳細なコス src="/static/logs/logs-cost.png" alt="モデル内訳" width={600} - height={400} + height={153} className="my-6" /> diff --git a/apps/docs/content/docs/ja/execution/index.mdx b/apps/docs/content/docs/ja/execution/index.mdx index 00c54fb744a..d2d645e3a17 100644 --- a/apps/docs/content/docs/ja/execution/index.mdx +++ b/apps/docs/content/docs/ja/execution/index.mdx @@ -60,7 +60,7 @@ Simの実行エンジンは、ブロックを正しい順序で処理し、デ src='/static/execution/deployment-versions.png' alt='デプロイメントバージョン一覧表' width={500} - height={280} + height={259} className='rounded-xl border border-border shadow-sm' /> diff --git a/apps/docs/content/docs/ja/execution/logging.mdx b/apps/docs/content/docs/ja/execution/logging.mdx index 23e6539fe3d..e4310ea6260 100644 --- a/apps/docs/content/docs/ja/execution/logging.mdx +++ b/apps/docs/content/docs/ja/execution/logging.mdx @@ -21,7 +21,7 @@ Simは異なるワークフローとユースケースに対応する2つの補 src="/static/logs/console.png" alt="リアルタイムコンソールパネル" width={400} - height={300} + height={151} className="my-6" /> @@ -41,7 +41,7 @@ Simは異なるワークフローとユースケースに対応する2つの補 src="/static/logs/logs.png" alt="ログページ" width={600} - height={400} + height={451} className="my-6" /> @@ -61,7 +61,7 @@ Simは異なるワークフローとユースケースに対応する2つの補 src="/static/logs/logs-sidebar.png" alt="ログサイドバーの詳細" width={600} - height={400} + height={880} className="my-6" /> @@ -104,7 +104,7 @@ Simは異なるワークフローとユースケースに対応する2つの補 src="/static/logs/logs-frozen-canvas.png" alt="ワークフロースナップショット" width={600} - height={400} + height={628} className="my-6" /> diff --git a/apps/docs/content/docs/ja/getting-started/index.mdx b/apps/docs/content/docs/ja/getting-started/index.mdx index 35642ac457f..8bb4cfe7603 100644 --- a/apps/docs/content/docs/ja/getting-started/index.mdx +++ b/apps/docs/content/docs/ja/getting-started/index.mdx @@ -42,7 +42,7 @@ import { Image } from '@/components/ui/image' src="/static/getting-started/started-1.png" alt="はじめての例" width={800} - height={500} + height={340} /> ## ステップバイステップのチュートリアル diff --git a/apps/docs/content/docs/ja/introduction/index.mdx b/apps/docs/content/docs/ja/introduction/index.mdx index dd37ac43fe7..6b21f1e8a11 100644 --- a/apps/docs/content/docs/ja/introduction/index.mdx +++ b/apps/docs/content/docs/ja/introduction/index.mdx @@ -14,7 +14,7 @@ Simはオープンソースのビジュアルワークフロービルダーで src="/static/introduction.png" alt="Simビジュアルワークフローキャンバス" width={700} - height={450} + height={372} className="my-6" /> diff --git a/apps/docs/content/docs/ja/knowledgebase/index.mdx b/apps/docs/content/docs/ja/knowledgebase/index.mdx index 23ecd63868c..301913dd168 100644 --- a/apps/docs/content/docs/ja/knowledgebase/index.mdx +++ b/apps/docs/content/docs/ja/knowledgebase/index.mdx @@ -31,7 +31,7 @@ SimはPDF、Word(DOC/DOCX)、プレーンテキスト(TXT)、Markdown( ドキュメントが処理されると、個々のチャンクを閲覧および編集できます。これにより、コンテンツの整理方法と検索方法を完全に制御できます。 -処理されたコンテンツを表示するドキュメントチャンクビュー +処理されたコンテンツを表示するドキュメントチャンクビュー ### チャンク設定 @@ -65,7 +65,7 @@ Azureまたは[Mistral OCR](https://docs.mistral.ai/ocr/)で設定されてい ドキュメントが処理されると、ナレッジブロックを通じてAIワークフローで使用できます。これにより検索拡張生成(RAG)が可能になり、AIエージェントがドキュメントコンテンツにアクセスして推論し、より正確でコンテキストに沿った応答を提供できます。 -ワークフローでのナレッジブロックの使用 +ワークフローでのナレッジブロックの使用 ### ナレッジブロックの機能 - **セマンティック検索**: 自然言語クエリを使用して関連コンテンツを検索 diff --git a/apps/docs/content/docs/ja/mcp/index.mdx b/apps/docs/content/docs/ja/mcp/index.mdx index be0fc699ca8..a09fcf50d43 100644 --- a/apps/docs/content/docs/ja/mcp/index.mdx +++ b/apps/docs/content/docs/ja/mcp/index.mdx @@ -49,7 +49,7 @@ MCPサーバーが設定されると、そのツールがエージェントブ src="/static/blocks/mcp-2.png" alt="エージェントブロックでのMCPツールの使用" width={700} - height={450} + height={353} className="my-6" /> @@ -68,7 +68,7 @@ MCPサーバーが設定されると、そのツールがエージェントブ src="/static/blocks/mcp-3.png" alt="スタンドアロンMCPツールブロック" width={700} - height={450} + height={545} className="my-6" /> diff --git a/apps/docs/content/docs/ja/triggers/index.mdx b/apps/docs/content/docs/ja/triggers/index.mdx index 7bf66bd07c9..4a9863cd460 100644 --- a/apps/docs/content/docs/ja/triggers/index.mdx +++ b/apps/docs/content/docs/ja/triggers/index.mdx @@ -11,7 +11,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/triggers.png" alt="トリガーの概要" width={500} - height={350} + height={348} className="my-6" /> diff --git a/apps/docs/content/docs/ja/triggers/rss.mdx b/apps/docs/content/docs/ja/triggers/rss.mdx index 72737a2a80a..1baa8e36f7d 100644 --- a/apps/docs/content/docs/ja/triggers/rss.mdx +++ b/apps/docs/content/docs/ja/triggers/rss.mdx @@ -12,7 +12,7 @@ RSSフィードブロックはRSSとAtomフィードを監視します - 新し src="/static/blocks/rss.png" alt="RSSフィードブロック" width={500} - height={400} + height={228} className="my-6" /> diff --git a/apps/docs/content/docs/ja/triggers/schedule.mdx b/apps/docs/content/docs/ja/triggers/schedule.mdx index c7ffaf42c79..b91ed317a38 100644 --- a/apps/docs/content/docs/ja/triggers/schedule.mdx +++ b/apps/docs/content/docs/ja/triggers/schedule.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/schedule.png" alt="スケジュールブロック" width={500} - height={400} + height={336} className="my-6" /> @@ -67,7 +67,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/schedule-3.png" alt="無効化されたスケジュール" width={500} - height={400} + height={310} className="my-6" /> diff --git a/apps/docs/content/docs/ja/triggers/start.mdx b/apps/docs/content/docs/ja/triggers/start.mdx index e7932d3c54d..9d544300621 100644 --- a/apps/docs/content/docs/ja/triggers/start.mdx +++ b/apps/docs/content/docs/ja/triggers/start.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/start.png" alt="入力フォーマットフィールドを持つスタートブロック" width={360} - height={380} + height={151} className="my-6" /> diff --git a/apps/docs/content/docs/ja/triggers/webhook.mdx b/apps/docs/content/docs/ja/triggers/webhook.mdx index 1eb9b0bf13f..7250ab9d3bc 100644 --- a/apps/docs/content/docs/ja/triggers/webhook.mdx +++ b/apps/docs/content/docs/ja/triggers/webhook.mdx @@ -18,7 +18,7 @@ Webhookを使用すると、外部サービスがHTTPリクエストを送信し src="/static/blocks/webhook-trigger.png" alt="汎用Webhook設定" width={500} - height={400} + height={405} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/agent.mdx b/apps/docs/content/docs/zh/blocks/agent.mdx index 0c31e8d5f65..6fd5932a8ba 100644 --- a/apps/docs/content/docs/zh/blocks/agent.mdx +++ b/apps/docs/content/docs/zh/blocks/agent.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/agent.png" alt="代理模块配置" width={500} - height={400} + height={450} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/api.mdx b/apps/docs/content/docs/zh/blocks/api.mdx index 0c3812c8714..c9f629d902b 100644 --- a/apps/docs/content/docs/zh/blocks/api.mdx +++ b/apps/docs/content/docs/zh/blocks/api.mdx @@ -13,7 +13,7 @@ API 模块通过 HTTP 请求将您的工作流连接到外部服务。支持 GET src="/static/blocks/api.png" alt="API 模块" width={500} - height={400} + height={422} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/condition.mdx b/apps/docs/content/docs/zh/blocks/condition.mdx index a66e1ac2bdf..0939c45193c 100644 --- a/apps/docs/content/docs/zh/blocks/condition.mdx +++ b/apps/docs/content/docs/zh/blocks/condition.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/condition.png" alt="条件块" width={500} - height={400} + height={317} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/evaluator.mdx b/apps/docs/content/docs/zh/blocks/evaluator.mdx index 3fcb8e4bd15..8bbe4f893b5 100644 --- a/apps/docs/content/docs/zh/blocks/evaluator.mdx +++ b/apps/docs/content/docs/zh/blocks/evaluator.mdx @@ -13,7 +13,7 @@ Evaluator 模块使用 AI 根据自定义指标对内容质量进行评分和评 src="/static/blocks/evaluator.png" alt="Evaluator 模块配置" width={500} - height={400} + height={337} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/function.mdx b/apps/docs/content/docs/zh/blocks/function.mdx index 1174d79abd5..1d3f2615b9a 100644 --- a/apps/docs/content/docs/zh/blocks/function.mdx +++ b/apps/docs/content/docs/zh/blocks/function.mdx @@ -11,7 +11,7 @@ Function 模块在您的工作流中执行自定义 JavaScript 或 TypeScript src="/static/blocks/function.png" alt="函数块与代码编辑器" width={500} - height={400} + height={287} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/guardrails.mdx b/apps/docs/content/docs/zh/blocks/guardrails.mdx index cd2854e25ca..28305e57487 100644 --- a/apps/docs/content/docs/zh/blocks/guardrails.mdx +++ b/apps/docs/content/docs/zh/blocks/guardrails.mdx @@ -13,7 +13,7 @@ Guardrails 模块通过针对多种验证类型检查内容,验证并保护您 src="/static/blocks/guardrails.png" alt="防护栏块" width={500} - height={400} + height={398} className="my-6" /> @@ -90,7 +90,7 @@ Guardrails 模块通过针对多种验证类型检查内容,验证并保护您 src="/static/blocks/guardrails-2.png" alt="PII 检测配置" width={700} - height={450} + height={335} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/human-in-the-loop.mdx b/apps/docs/content/docs/zh/blocks/human-in-the-loop.mdx index 023ffd98760..6dc1a3bdb72 100644 --- a/apps/docs/content/docs/zh/blocks/human-in-the-loop.mdx +++ b/apps/docs/content/docs/zh/blocks/human-in-the-loop.mdx @@ -14,7 +14,7 @@ import { Video } from '@/components/ui/video' src="/static/blocks/hitl-1.png" alt="人工干预模块配置" width={500} - height={400} + height={355} className="my-6" /> @@ -26,7 +26,7 @@ import { Video } from '@/components/ui/video' src="/static/blocks/hitl-2.png" alt="人工干预审批门户" width={700} - height={500} + height={467} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/loop.mdx b/apps/docs/content/docs/zh/blocks/loop.mdx index 8eb966d0467..100140fb5d1 100644 --- a/apps/docs/content/docs/zh/blocks/loop.mdx +++ b/apps/docs/content/docs/zh/blocks/loop.mdx @@ -27,7 +27,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/loop-1.png" alt="带有迭代的 For 循环" width={500} - height={400} + height={267} className="my-6" /> @@ -53,7 +53,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/loop-2.png" alt="带有集合的 ForEach 循环" width={500} - height={400} + height={273} className="my-6" /> @@ -77,7 +77,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/loop-3.png" alt="带有条件的 While 循环" width={500} - height={400} + height={213} className="my-6" /> @@ -102,7 +102,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/loop-4.png" alt="带有条件的 Do-While 循环" width={500} - height={400} + height={210} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/parallel.mdx b/apps/docs/content/docs/zh/blocks/parallel.mdx index 1714b68eac8..14d5962fe6b 100644 --- a/apps/docs/content/docs/zh/blocks/parallel.mdx +++ b/apps/docs/content/docs/zh/blocks/parallel.mdx @@ -27,7 +27,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/parallel-1.png" alt="基于计数的并行执行" width={500} - height={400} + height={231} className="my-6" /> @@ -53,7 +53,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/parallel-2.png" alt="基于集合的并行执行" width={500} - height={400} + height={220} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/response.mdx b/apps/docs/content/docs/zh/blocks/response.mdx index c7cde6068cc..45e235bf340 100644 --- a/apps/docs/content/docs/zh/blocks/response.mdx +++ b/apps/docs/content/docs/zh/blocks/response.mdx @@ -13,7 +13,7 @@ Response 块用于格式化并将结构化的 HTTP 响应发送回 API 调用方 src="/static/blocks/response.png" alt="响应模块配置" width={500} - height={400} + height={382} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/router.mdx b/apps/docs/content/docs/zh/blocks/router.mdx index b8efa1c8f06..63ed4eff64c 100644 --- a/apps/docs/content/docs/zh/blocks/router.mdx +++ b/apps/docs/content/docs/zh/blocks/router.mdx @@ -13,7 +13,7 @@ Router 块使用 AI 基于内容分析智能地路由工作流。与使用简单 src="/static/blocks/router.png" alt="具有多路径的路由器模块" width={500} - height={400} + height={342} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/variables.mdx b/apps/docs/content/docs/zh/blocks/variables.mdx index 485d0ecba6a..d264e27840e 100644 --- a/apps/docs/content/docs/zh/blocks/variables.mdx +++ b/apps/docs/content/docs/zh/blocks/variables.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/variables.png" alt="变量块" width={500} - height={400} + height={246} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/wait.mdx b/apps/docs/content/docs/zh/blocks/wait.mdx index e1555701c1e..03b89c4e781 100644 --- a/apps/docs/content/docs/zh/blocks/wait.mdx +++ b/apps/docs/content/docs/zh/blocks/wait.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/wait.png" alt="等待模块" width={500} - height={400} + height={295} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/webhook.mdx b/apps/docs/content/docs/zh/blocks/webhook.mdx index d7324c16672..bd46f8813e6 100644 --- a/apps/docs/content/docs/zh/blocks/webhook.mdx +++ b/apps/docs/content/docs/zh/blocks/webhook.mdx @@ -12,7 +12,7 @@ Webhook 模块会向外部 webhook 端点发送 HTTP POST 请求,自动附加 src="/static/blocks/webhook.png" alt="Webhook 模块" width={500} - height={400} + height={403} className="my-6" /> diff --git a/apps/docs/content/docs/zh/blocks/workflow.mdx b/apps/docs/content/docs/zh/blocks/workflow.mdx index 0853596abdb..cd2689a51c5 100644 --- a/apps/docs/content/docs/zh/blocks/workflow.mdx +++ b/apps/docs/content/docs/zh/blocks/workflow.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src='/static/blocks/workflow.png' alt='工作流模块配置' width={500} - height={400} + height={310} className='rounded-xl border border-border shadow-sm' /> @@ -30,7 +30,7 @@ import { Image } from '@/components/ui/image' src='/static/blocks/workflow-2.png' alt='带有输入映射示例的工作流模块' width={700} - height={400} + height={287} className='rounded-xl border border-border shadow-sm' /> diff --git a/apps/docs/content/docs/zh/copilot/index.mdx b/apps/docs/content/docs/zh/copilot/index.mdx index 38fdf56c9f7..de570ba115b 100644 --- a/apps/docs/content/docs/zh/copilot/index.mdx +++ b/apps/docs/content/docs/zh/copilot/index.mdx @@ -27,7 +27,7 @@ Copilot 是您编辑器中的助手,可帮助您使用 Sim Copilot 构建和 src="/static/copilot/copilot-menu.png" alt="Copilot 上下文菜单显示可用的引用选项" width={600} - height={400} + height={521} /> `@` 菜单提供以下访问: @@ -76,7 +76,7 @@ Copilot 是您编辑器中的助手,可帮助您使用 Sim Copilot 构建和 src="/static/copilot/copilot-mode.png" alt="Copilot 模式选择界面" width={600} - height={400} + height={720} className="my-6" /> @@ -134,7 +134,7 @@ Copilot 是您编辑器中的助手,可帮助您使用 Sim Copilot 构建和 src="/static/copilot/copilot-models.png" alt="Copilot 模式选择界面显示高级模式和 MAX 切换选项" width={600} - height={300} + height={457} /> 该界面允许您: diff --git a/apps/docs/content/docs/zh/execution/basics.mdx b/apps/docs/content/docs/zh/execution/basics.mdx index 2e84b8fda28..9d17798cbd1 100644 --- a/apps/docs/content/docs/zh/execution/basics.mdx +++ b/apps/docs/content/docs/zh/execution/basics.mdx @@ -20,7 +20,7 @@ Sim 的执行引擎通过分析依赖关系,以最有效的顺序智能地处 src="/static/execution/concurrency.png" alt="多个块在起始块之后并发运行" width={800} - height={500} + height={685} /> 在此示例中,客户支持和深度研究代理块在起始块之后同时执行,从而最大化效率。 @@ -33,7 +33,7 @@ Sim 的执行引擎通过分析依赖关系,以最有效的顺序智能地处 src="/static/execution/combination.png" alt="函数块自动接收来自多个前置块的输出" width={800} - height={500} + height={521} /> 函数块在两个代理块完成后接收它们的输出,从而可以处理合并的结果。 @@ -46,7 +46,7 @@ Sim 的执行引擎通过分析依赖关系,以最有效的顺序智能地处 src="/static/execution/routing.png" alt="显示条件分支和基于路由器的分支的工作流" width={800} - height={500} + height={391} /> 此工作流演示了如何根据条件或 AI 决策沿不同路径执行,每条路径独立运行。 diff --git a/apps/docs/content/docs/zh/execution/costs.mdx b/apps/docs/content/docs/zh/execution/costs.mdx index 6a0a220a936..4d24310a765 100644 --- a/apps/docs/content/docs/zh/execution/costs.mdx +++ b/apps/docs/content/docs/zh/execution/costs.mdx @@ -34,7 +34,7 @@ totalCost = baseExecutionCharge + modelCost src="/static/logs/logs-cost.png" alt="模型成本明细" width={600} - height={400} + height={153} className="my-6" /> diff --git a/apps/docs/content/docs/zh/execution/index.mdx b/apps/docs/content/docs/zh/execution/index.mdx index faa621fee75..3c6f60ec61e 100644 --- a/apps/docs/content/docs/zh/execution/index.mdx +++ b/apps/docs/content/docs/zh/execution/index.mdx @@ -60,7 +60,7 @@ Sim 的执行引擎通过按正确的顺序处理模块、管理数据流并优 src='/static/execution/deployment-versions.png' alt='部署版本表' width={500} - height={280} + height={259} className='rounded-xl border border-border shadow-sm' /> diff --git a/apps/docs/content/docs/zh/execution/logging.mdx b/apps/docs/content/docs/zh/execution/logging.mdx index 62285c57af3..2f9d66288c8 100644 --- a/apps/docs/content/docs/zh/execution/logging.mdx +++ b/apps/docs/content/docs/zh/execution/logging.mdx @@ -21,7 +21,7 @@ Sim 提供了两种互补的日志界面,以适应不同的工作流和使用 src="/static/logs/console.png" alt="实时控制台面板" width={400} - height={300} + height={151} className="my-6" /> @@ -41,7 +41,7 @@ Sim 提供了两种互补的日志界面,以适应不同的工作流和使用 src="/static/logs/logs.png" alt="日志页面" width={600} - height={400} + height={451} className="my-6" /> @@ -61,7 +61,7 @@ Sim 提供了两种互补的日志界面,以适应不同的工作流和使用 src="/static/logs/logs-sidebar.png" alt="日志侧边栏详情" width={600} - height={400} + height={880} className="my-6" /> @@ -104,7 +104,7 @@ Sim 提供了两种互补的日志界面,以适应不同的工作流和使用 src="/static/logs/logs-frozen-canvas.png" alt="工作流快照" width={600} - height={400} + height={628} className="my-6" /> diff --git a/apps/docs/content/docs/zh/getting-started/index.mdx b/apps/docs/content/docs/zh/getting-started/index.mdx index 01c2df4fe8b..9c233d57ca3 100644 --- a/apps/docs/content/docs/zh/getting-started/index.mdx +++ b/apps/docs/content/docs/zh/getting-started/index.mdx @@ -42,7 +42,7 @@ import { Image } from '@/components/ui/image' src="/static/getting-started/started-1.png" alt="入门示例" width={800} - height={500} + height={340} /> ## 分步教程 diff --git a/apps/docs/content/docs/zh/introduction/index.mdx b/apps/docs/content/docs/zh/introduction/index.mdx index 2b396f51bf1..c9842a54953 100644 --- a/apps/docs/content/docs/zh/introduction/index.mdx +++ b/apps/docs/content/docs/zh/introduction/index.mdx @@ -14,7 +14,7 @@ Sim 是一个开源的可视化工作流构建器,用于构建和部署 AI 代 src="/static/introduction.png" alt="Sim 可视化工作流画布" width={700} - height={450} + height={372} className="my-6" /> diff --git a/apps/docs/content/docs/zh/knowledgebase/index.mdx b/apps/docs/content/docs/zh/knowledgebase/index.mdx index 73b750fcf46..40602865c05 100644 --- a/apps/docs/content/docs/zh/knowledgebase/index.mdx +++ b/apps/docs/content/docs/zh/knowledgebase/index.mdx @@ -31,7 +31,7 @@ Sim 支持 PDF、Word (DOC/DOCX)、纯文本 (TXT)、Markdown (MD)、HTML、Exce 文档处理完成后,您可以查看和编辑各个分块。这使您可以完全控制内容的组织和搜索方式。 -显示已处理内容的文档分块视图 +显示已处理内容的文档分块视图 ### 分块配置 @@ -65,7 +65,7 @@ Sim 支持 PDF、Word (DOC/DOCX)、纯文本 (TXT)、Markdown (MD)、HTML、Exce 文档处理完成后,您可以通过知识块在 AI 工作流中使用它们。这实现了 RAG(检索增强生成),让您的 AI 智能体能够访问并理解文档内容,从而提供更准确、有上下文的回复。 -在工作流中使用知识块 +在工作流中使用知识块 ### 知识块功能 - **语义搜索**:通过自然语言查询查找相关内容 diff --git a/apps/docs/content/docs/zh/mcp/index.mdx b/apps/docs/content/docs/zh/mcp/index.mdx index b81792cebeb..08b5a61eda0 100644 --- a/apps/docs/content/docs/zh/mcp/index.mdx +++ b/apps/docs/content/docs/zh/mcp/index.mdx @@ -49,7 +49,7 @@ MCP 服务器提供工具集合,供您的代理使用。您可以在工作区 src="/static/blocks/mcp-2.png" alt="在 Agent 模块中使用 MCP 工具" width={700} - height={450} + height={353} className="my-6" /> @@ -68,7 +68,7 @@ MCP 服务器提供工具集合,供您的代理使用。您可以在工作区 src="/static/blocks/mcp-3.png" alt="独立 MCP 工具模块" width={700} - height={450} + height={545} className="my-6" /> diff --git a/apps/docs/content/docs/zh/triggers/index.mdx b/apps/docs/content/docs/zh/triggers/index.mdx index bdbf48cc1b4..e43eed581ec 100644 --- a/apps/docs/content/docs/zh/triggers/index.mdx +++ b/apps/docs/content/docs/zh/triggers/index.mdx @@ -11,7 +11,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/triggers.png" alt="触发器概览" width={500} - height={350} + height={348} className="my-6" /> diff --git a/apps/docs/content/docs/zh/triggers/rss.mdx b/apps/docs/content/docs/zh/triggers/rss.mdx index fd4080ccbd0..7b72e752079 100644 --- a/apps/docs/content/docs/zh/triggers/rss.mdx +++ b/apps/docs/content/docs/zh/triggers/rss.mdx @@ -12,7 +12,7 @@ RSS 订阅源模块监控 RSS 和 Atom 订阅源——当有新内容发布时 src="/static/blocks/rss.png" alt="RSS 订阅源模块" width={500} - height={400} + height={228} className="my-6" /> diff --git a/apps/docs/content/docs/zh/triggers/schedule.mdx b/apps/docs/content/docs/zh/triggers/schedule.mdx index fca74cb4e78..91a1b900e7f 100644 --- a/apps/docs/content/docs/zh/triggers/schedule.mdx +++ b/apps/docs/content/docs/zh/triggers/schedule.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/schedule.png" alt="计划块" width={500} - height={400} + height={336} className="my-6" /> @@ -67,7 +67,7 @@ import { Image } from '@/components/ui/image' src="/static/blocks/schedule-3.png" alt="已禁用的计划" width={500} - height={400} + height={310} className="my-6" /> diff --git a/apps/docs/content/docs/zh/triggers/start.mdx b/apps/docs/content/docs/zh/triggers/start.mdx index 237ce39bd64..cc063a483b7 100644 --- a/apps/docs/content/docs/zh/triggers/start.mdx +++ b/apps/docs/content/docs/zh/triggers/start.mdx @@ -13,7 +13,7 @@ import { Image } from '@/components/ui/image' src="/static/start.png" alt="带有输入格式字段的开始模块" width={360} - height={380} + height={151} className="my-6" /> diff --git a/apps/docs/content/docs/zh/triggers/webhook.mdx b/apps/docs/content/docs/zh/triggers/webhook.mdx index c801ff4f0a6..bae1a6f00e2 100644 --- a/apps/docs/content/docs/zh/triggers/webhook.mdx +++ b/apps/docs/content/docs/zh/triggers/webhook.mdx @@ -18,7 +18,7 @@ Webhook 允许外部服务通过向您的工作流发送 HTTP 请求来触发工 src="/static/blocks/webhook-trigger.png" alt="通用 Webhook 配置" width={500} - height={400} + height={405} className="my-6" /> diff --git a/apps/docs/public/static/blocks/mcp-agent-dropdown.png b/apps/docs/public/static/blocks/mcp-agent-dropdown.png index 580286a18b6..06c78b1fa24 100644 Binary files a/apps/docs/public/static/blocks/mcp-agent-dropdown.png and b/apps/docs/public/static/blocks/mcp-agent-dropdown.png differ diff --git a/apps/docs/public/static/blocks/mcp-settings.png b/apps/docs/public/static/blocks/mcp-settings.png index cb4c420814c..a3b2bc06d02 100644 Binary files a/apps/docs/public/static/blocks/mcp-settings.png and b/apps/docs/public/static/blocks/mcp-settings.png differ diff --git a/apps/docs/public/static/blocks/mcp-tool-block.png b/apps/docs/public/static/blocks/mcp-tool-block.png index d4c28cacb0d..ead01d5912e 100644 Binary files a/apps/docs/public/static/blocks/mcp-tool-block.png and b/apps/docs/public/static/blocks/mcp-tool-block.png differ diff --git a/apps/docs/public/static/connectors/connectors-sources.png b/apps/docs/public/static/connectors/connectors-sources.png index 0ac2323ba54..3aa4181a846 100644 Binary files a/apps/docs/public/static/connectors/connectors-sources.png and b/apps/docs/public/static/connectors/connectors-sources.png differ diff --git a/apps/docs/public/static/credentials/integrations-service-account.png b/apps/docs/public/static/credentials/integrations-service-account.png index 83f232afea3..0e53ab4ff80 100644 Binary files a/apps/docs/public/static/credentials/integrations-service-account.png and b/apps/docs/public/static/credentials/integrations-service-account.png differ diff --git a/apps/docs/public/static/credentials/workflow-impersonated-account.png b/apps/docs/public/static/credentials/workflow-impersonated-account.png index 12a23fc56e8..9b203ed2cce 100644 Binary files a/apps/docs/public/static/credentials/workflow-impersonated-account.png and b/apps/docs/public/static/credentials/workflow-impersonated-account.png differ diff --git a/apps/docs/public/static/integrations/hubspot/hubspot-page-add-to-sim.png b/apps/docs/public/static/integrations/hubspot/hubspot-page-add-to-sim.png index 4e3c0cabd36..c09d76e929c 100644 Binary files a/apps/docs/public/static/integrations/hubspot/hubspot-page-add-to-sim.png and b/apps/docs/public/static/integrations/hubspot/hubspot-page-add-to-sim.png differ diff --git a/apps/docs/public/static/integrations/hubspot/integrations-page.png b/apps/docs/public/static/integrations/hubspot/integrations-page.png index ed9d8e828fc..e153084e312 100644 Binary files a/apps/docs/public/static/integrations/hubspot/integrations-page.png and b/apps/docs/public/static/integrations/hubspot/integrations-page.png differ diff --git a/apps/docs/public/static/introduction.png b/apps/docs/public/static/introduction.png index 989d72d6688..99f3c97e1bb 100644 Binary files a/apps/docs/public/static/introduction.png and b/apps/docs/public/static/introduction.png differ diff --git a/apps/docs/public/static/logs/console.png b/apps/docs/public/static/logs/console.png index 46a8415c3c3..bea125e5724 100644 Binary files a/apps/docs/public/static/logs/console.png and b/apps/docs/public/static/logs/console.png differ diff --git a/apps/docs/public/static/logs/log-trace.png b/apps/docs/public/static/logs/log-trace.png index d2d286fac17..af54cd6e613 100644 Binary files a/apps/docs/public/static/logs/log-trace.png and b/apps/docs/public/static/logs/log-trace.png differ diff --git a/apps/docs/public/static/logs/logs-sidebar.png b/apps/docs/public/static/logs/logs-sidebar.png index 3316625277c..0f98a5d4069 100644 Binary files a/apps/docs/public/static/logs/logs-sidebar.png and b/apps/docs/public/static/logs/logs-sidebar.png differ diff --git a/apps/docs/public/static/logs/logs.png b/apps/docs/public/static/logs/logs.png index 9d0629a30eb..25c96cae066 100644 Binary files a/apps/docs/public/static/logs/logs.png and b/apps/docs/public/static/logs/logs.png differ diff --git a/apps/docs/public/static/logs/workspace-logs.png b/apps/docs/public/static/logs/workspace-logs.png index 4605b80e8d6..25c96cae066 100644 Binary files a/apps/docs/public/static/logs/workspace-logs.png and b/apps/docs/public/static/logs/workspace-logs.png differ diff --git a/apps/docs/public/static/quick-reference/run-workflow.png b/apps/docs/public/static/quick-reference/run-workflow.png index 4175cde99dc..cb62983b3ce 100644 Binary files a/apps/docs/public/static/quick-reference/run-workflow.png and b/apps/docs/public/static/quick-reference/run-workflow.png differ diff --git a/apps/docs/public/static/quick-reference/terminal.png b/apps/docs/public/static/quick-reference/terminal.png index 5395824fbea..bea125e5724 100644 Binary files a/apps/docs/public/static/quick-reference/terminal.png and b/apps/docs/public/static/quick-reference/terminal.png differ diff --git a/apps/docs/public/static/quick-reference/test-chat.png b/apps/docs/public/static/quick-reference/test-chat.png index e64064676c4..46c28011a9e 100644 Binary files a/apps/docs/public/static/quick-reference/test-chat.png and b/apps/docs/public/static/quick-reference/test-chat.png differ diff --git a/apps/docs/public/static/quick-reference/update-deployment.png b/apps/docs/public/static/quick-reference/update-deployment.png index 4f9639e7147..0b91c44a645 100644 Binary files a/apps/docs/public/static/quick-reference/update-deployment.png and b/apps/docs/public/static/quick-reference/update-deployment.png differ diff --git a/apps/docs/public/static/skills/add-skill-create.png b/apps/docs/public/static/skills/add-skill-create.png index db7323bcf9e..5c5027b56c8 100644 Binary files a/apps/docs/public/static/skills/add-skill-create.png and b/apps/docs/public/static/skills/add-skill-create.png differ diff --git a/apps/docs/public/static/skills/manage-skills.png b/apps/docs/public/static/skills/manage-skills.png index c54762ce80a..5ff4d8fb7de 100644 Binary files a/apps/docs/public/static/skills/manage-skills.png and b/apps/docs/public/static/skills/manage-skills.png differ diff --git a/apps/docs/public/static/skills/skills-tab.png b/apps/docs/public/static/skills/skills-tab.png index 3ff2b8c1ebb..5ff4d8fb7de 100644 Binary files a/apps/docs/public/static/skills/skills-tab.png and b/apps/docs/public/static/skills/skills-tab.png differ diff --git a/apps/docs/public/static/tables/tables-overview.png b/apps/docs/public/static/tables/tables-overview.png index 1c622ae253e..c2167c169b3 100644 Binary files a/apps/docs/public/static/tables/tables-overview.png and b/apps/docs/public/static/tables/tables-overview.png differ