Skip to content

Commit f68ab66

Browse files
committed
fix(ci): force redeploy
1 parent b0618d0 commit f68ab66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/blocks/blocks/mothership.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const MothershipBlock: BlockConfig<MothershipResponse> = {
2020
name: 'Sim',
2121
description: 'Talk to Sim',
2222
longDescription:
23-
'The Sim block sends messages to Sim, which has access to subagents, integration tools, memory, and workspace context. Use it to perform complex multi-step reasoning, cross-service queries, or any task that benefits from the full Sim intelligence within a workflow.',
23+
'The Sim block sends messages to Sim, which has access to subagents, integration tools, and workspace context. Use it to perform complex multi-step reasoning, cross-service queries, or any task that benefits from the full Sim intelligence within a workflow.',
2424
bestPractices: `
2525
- Use for tasks that require multi-step reasoning, tool use, or cross-service coordination.
2626
- Sim picks its own model and tools internally — you only provide a prompt.

0 commit comments

Comments
 (0)