diff --git a/frontend/src/pages/WorkspaceSettings/ChatSettings/ChatQueryRefusalResponse/index.jsx b/frontend/src/pages/WorkspaceSettings/ChatSettings/ChatQueryRefusalResponse/index.jsx new file mode 100644 index 00000000000..2b8570dba99 --- /dev/null +++ b/frontend/src/pages/WorkspaceSettings/ChatSettings/ChatQueryRefusalResponse/index.jsx @@ -0,0 +1,29 @@ +import { chatQueryRefusalResponse } from "@/utils/chat"; + +export default function ChatQueryRefusalResponse({ workspace, setHasChanges }) { + return ( +
+
+ +

+ When in query{" "} + mode, you may want to return a custom refusal response when no context + is found. +

+
+