Skip to content

Commit

Permalink
Add feedback section
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Jan 8, 2025
1 parent 10d7b94 commit 670640b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions front/components/assistant/AssistantDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import { AssistantDetailsButtonBar } from "@app/components/assistant/AssistantDe
import { AssistantActionsSection } from "@app/components/assistant/details/AssistantActionsSection";
import { AssistantUsageSection } from "@app/components/assistant/details/AssistantUsageSection";
import { ReadOnlyTextArea } from "@app/components/assistant/ReadOnlyTextArea";
import { FeedbacksSection } from "@app/components/assistant_builder/FeedbacksSection";
import { SharingDropdown } from "@app/components/assistant_builder/Sharing";
import {
useAgentAnalytics,
Expand Down Expand Up @@ -243,6 +244,11 @@ function AssistantDetailsPerformance({
</div>
</Card>
</CardGrid>
<Page.SectionHeader title="Feedbacks" />
<FeedbacksSection
owner={owner}
agentConfigurationId={agentConfiguration.sId}
/>
</>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { useContext, useEffect } from "react";
import ConversationViewer from "@app/components/assistant/conversation/ConversationViewer";
import { GenerationContextProvider } from "@app/components/assistant/conversation/GenerationContextProvider";
import { AssistantInputBar } from "@app/components/assistant/conversation/input_bar/InputBar";
import { FeedbacksSection } from "@app/components/assistant_builder/AssistantBuilderPreviewDrawerFeedbacks";
import { FeedbacksSection } from "@app/components/assistant_builder/FeedbacksSection";
import {
usePreviewAssistant,
useTryAssistantCore,
Expand Down

0 comments on commit 670640b

Please sign in to comment.