@rh-support/troubleshoot 2.6.258 → 2.6.261
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -171,7 +171,7 @@ export const AskRedHat = ({ onChatWithAIClick }) => {
|
|
|
171
171
|
: (aiResponse === null || aiResponse === void 0 ? void 0 : aiResponse.answer) || (aiResponse === null || aiResponse === void 0 ? void 0 : aiResponse.content);
|
|
172
172
|
const sources = React.useMemo(() => (aiResponse === null || aiResponse === void 0 ? void 0 : aiResponse.sources) || (aiResponse === null || aiResponse === void 0 ? void 0 : aiResponse.references) || [], [aiResponse]);
|
|
173
173
|
const sourcesCount = sources.length || 0;
|
|
174
|
-
// Show loading only when streaming has started but no content received yet
|
|
174
|
+
// Show loading only when streaming has started but no content received yet
|
|
175
175
|
const isLoading = aiResponseState.isStreaming && aiResponseState.accumulatedResponse === '';
|
|
176
176
|
const isStreaming = aiResponseState.isStreaming;
|
|
177
177
|
const { parseMarkdown } = useParseRuleMarkdown();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.261",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@cee-eng/hydrajs": "4.18.111",
|
|
49
49
|
"@cee-eng/ui-toolkit": "1.1.9",
|
|
50
|
-
"@ifd-ui/ask-redhat-core": "^0.0.
|
|
50
|
+
"@ifd-ui/ask-redhat-core": "^0.0.60",
|
|
51
51
|
"@patternfly/patternfly": "6.2.1",
|
|
52
52
|
"@patternfly/react-core": "6.2.1",
|
|
53
53
|
"@patternfly/react-table": "6.2.1",
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
"defaults and supports es6-module",
|
|
130
130
|
"maintained node versions"
|
|
131
131
|
],
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "87a004aa68853160d9c1f493e9fd21b917fd4f71"
|
|
133
133
|
}
|