Skip to content

Commit

Permalink
prettifier
Browse files Browse the repository at this point in the history
  • Loading branch information
petergarbers committed Mar 8, 2024
1 parent 2ab0a28 commit bc7e2d4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/message_models.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { MessageType } from "@langchain/core/messages";

export type RoleType =
| "user"
| "assistant"
| "system"
| "function"
| "tool";
export type RoleType = "user" | "assistant" | "system" | "function" | "tool";

/**
* IMessage interface for providing input to create a Message instance.
Expand Down

0 comments on commit bc7e2d4

Please sign in to comment.