Skip to content

Commit f0f9870

Browse files
authored
refactor(blocks): rename Sim block to 'Sim Chat' for clarity (#5933)
1 parent f224d02 commit f0f9870

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
@@ -17,7 +17,7 @@ interface MothershipResponse extends ToolResponse {
1717

1818
export const MothershipBlock: BlockConfig<MothershipResponse> = {
1919
type: 'mothership',
20-
name: 'Sim',
20+
name: 'Sim Chat',
2121
description: 'Talk to Sim',
2222
longDescription:
2323
'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.',

0 commit comments

Comments
 (0)