mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-30 01:07:59 -05:00
* improvement(response): removed nested response block output, add docs for webhook block, styling improvements for subblocks * remove outdated block docs * updated docs * remove outdated tests
21 lines
268 B
JSON
21 lines
268 B
JSON
{
|
|
"pages": [
|
|
"index",
|
|
"agent",
|
|
"api",
|
|
"condition",
|
|
"evaluator",
|
|
"function",
|
|
"guardrails",
|
|
"human-in-the-loop",
|
|
"loop",
|
|
"parallel",
|
|
"response",
|
|
"router",
|
|
"variables",
|
|
"wait",
|
|
"webhook",
|
|
"workflow"
|
|
]
|
|
}
|