You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Evaluator block uses AI to score and assess content quality based on metrics you define. Perfect for quality control, A/B testing, and ensuring your AI outputs meet specific standards.
12
13
@@ -63,7 +64,7 @@ Choose an AI model to perform the evaluation:
Blocks are the building components you connect together to create AI workflows. Think of them as specialized modules that each handle a specific task—from chatting with AI models to making API calls or processing data.
The Router block uses AI to intelligently decide which path your workflow should take next. Unlike Condition blocks that use simple rules, Router blocks can understand context and make smart routing decisions based on content analysis.
13
14
@@ -103,7 +104,7 @@ Choose an AI model to power the routing decision:
Connections are the pathways that allow data to flow between blocks in your workflow. They define how information is passed from one block to another, enabling you to create sophisticated, multi-step processes.
11
12
@@ -15,7 +16,7 @@ Connections are the pathways that allow data to flow between blocks in your work
Connection tags are visual representations of the data available from connected blocks. They provide an easy way to reference outputs from previous blocks in your workflow.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/execution/basics.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ import {
20
20
LoopIcon,
21
21
ParallelIcon,
22
22
} from'@/components/icons'
23
+
import { Video } from'@/components/ui/video'
23
24
24
25
When you run a workflow in Sim Studio, the execution engine follows a systematic process to ensure blocks are executed in the correct order with proper data flow.
25
26
@@ -162,7 +163,7 @@ Run workflows on-demand through the Sim Studio interface by clicking the "Run" b
Copy file name to clipboardExpand all lines: apps/docs/content/docs/getting-started/index.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ import {
23
23
PerplexityIcon,
24
24
SlackIcon,
25
25
} from'@/components/icons'
26
+
import { Video } from'@/components/ui/video'
26
27
27
28
This tutorial will guide you through building your first AI workflow in Sim Studio. We'll create a people research agent that can find information about individuals using state-of-the-art LLM-Search tools.
28
29
@@ -63,7 +64,7 @@ A people research agent that:
63
64
- **User Prompt**: Drag the connection from the Start block's output into this field (this connects `<start.input>` to the user prompt)
0 commit comments