@fre4x/gemini 1.0.43 → 1.0.44
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -55529,7 +55529,7 @@ Mock response \u2014 no API call made.`
|
|
|
55529
55529
|
content: [
|
|
55530
55530
|
{
|
|
55531
55531
|
type: "text",
|
|
55532
|
-
text: response
|
|
55532
|
+
text: response?.text || "No response generated."
|
|
55533
55533
|
}
|
|
55534
55534
|
]
|
|
55535
55535
|
};
|
|
@@ -55602,7 +55602,7 @@ Mock response \u2014 no API call made.`
|
|
|
55602
55602
|
content: [
|
|
55603
55603
|
{
|
|
55604
55604
|
type: "text",
|
|
55605
|
-
text: response
|
|
55605
|
+
text: response?.text || "No analysis generated."
|
|
55606
55606
|
}
|
|
55607
55607
|
]
|
|
55608
55608
|
};
|