Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/sim/blocks/blocks/mothership.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface MothershipResponse extends ToolResponse {

export const MothershipBlock: BlockConfig<MothershipResponse> = {
type: 'mothership',
name: 'Sim',
name: 'Sim Chat',
description: 'Talk to Sim',
longDescription:
'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.',
Expand Down
Loading