Skip to content

Commit

Permalink
cont -> elaborate
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 5, 2024
1 parent 4b5f8e7 commit 313cf45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/actions.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { names, uniqueNamesGenerator } from "unique-names-generator";
import { Action, ActionExample } from "./types";

import cont from "./actions/elaborate";
import elaborate from "./actions/elaborate";
import ignore from "./actions/ignore";
import wait from "./actions/wait";

export const defaultActions: Action[] = [cont, wait, ignore];
export const defaultActions: Action[] = [elaborate, wait, ignore];

/**
* Composes a set of example conversations based on provided actions and a specified count.
Expand Down

0 comments on commit 313cf45

Please sign in to comment.