Skip to content

Commit

Permalink
Enable tools and interrupt for root node of sequential workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
StreetLamb committed Aug 25, 2024
1 parent 5332185 commit a4d5b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Members/EditMember.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ const ALLOWED_MEMBER_CONFIGS: Record<MemberTypes, MemberConfigs> = {
},
freelancer_root: {
selection: ["freelancer_root"],
enableTools: false,
enableInterrupt: false,
enableTools: true,
enableInterrupt: true,
enableHumanTool: true,
},
}
Expand Down

0 comments on commit a4d5b09

Please sign in to comment.