Skip to content

Commit

Permalink
refactor(prompt): predefined "Planning" can be deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
10cl committed Nov 1, 2023
1 parent bd93ba6 commit 5a1ed94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/PromptLibrary/Library.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const PromptItem = (props: {
</div>
{props.title.indexOf("Flow_Dag_Yaml") == -1
&& props.title.indexOf("Profile_") == -1
&& props.title.indexOf("Planning_") == -1
/*&& props.title.indexOf("Planning_") == -1*/
&& props.title.indexOf("Action_") == -1
&& props.title.indexOf("Memory_") == -1
&& props.remove && (
Expand Down

0 comments on commit 5a1ed94

Please sign in to comment.