Skip to content

Commit

Permalink
chore(ci): biome
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantrobus committed Jan 22, 2025
1 parent 41c55c0 commit deb5441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { useIsMutating } from "@tanstack/react-query";
import { Button } from "@twilio-paste/button";
import { ChatComposer, ChatComposerActionGroup, ChatComposerContainer } from "@twilio-paste/chat-composer";
import { SendIcon } from "@twilio-paste/icons/esm/SendIcon";
Expand All @@ -10,12 +11,11 @@ import {
} from "@twilio-paste/lexical-library";
import * as React from "react";
import { useShallow } from "zustand/react/shallow";
import { useIsMutating } from "@tanstack/react-query";

import { useAssistantRunStore } from "../../stores/assistantRunStore";
import { useAssistantThreadsStore } from "../../stores/assistantThreadsStore";
import useStoreWithLocalStorage from "../../stores/useStore";
import { EnterKeySubmitPlugin } from "./EnterKeySubmitPlugin";
import { useAssistantRunStore } from "../../stores/assistantRunStore";

export const AssistantComposer: React.FC<{ onMessageCreation: (message: string, selectedThread?: string) => void }> = ({
onMessageCreation,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {
AIChatMessageBody,
AIChatMessageBodyProps,
} from "@twilio-paste/ai-chat-log";
import { compiler } from "markdown-to-jsx";
import { type Message } from "openai/resources/beta/threads/messages";
import * as React from "react";
import { compiler } from "markdown-to-jsx";

import { formatTimestamp } from "../../utils/formatTimestamp";
import { assistantMarkdownOptions } from "./AssistantMarkdown";
Expand Down

0 comments on commit deb5441

Please sign in to comment.