@progress/kendo-react-conversational-ui
Version:
React Chat component allows the user to participate in chat sessions with users or chat bots. KendoReact Conversational UI components
26 lines (25 loc) • 775 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { commentIcon as t, moreHorizontalIcon as o, sparklesIcon as n } from "@progress/kendo-svg-icons";
const m = {
name: "Output view",
buttonText: "Output",
buttonIcon: t
}, u = {
name: "Commands view",
buttonIcon: o
}, c = {
name: "Prompt view",
buttonText: "Ask AI",
buttonIcon: n
};
export {
u as commandsViewDefaults,
m as outputViewDefaults,
c as promptViewDefaults
};