Skip to content

Commit 28f4cd4

Browse files
committed
deploy: 5ec2867
1 parent fccc2b1 commit 28f4cd4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

blog/gemini-personal-assistant/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,15 +789,15 @@ <h3 id="trying-it-out"><a class="anchor" href="#trying-it-out"></a>Trying it out
789789
</div>
790790
</div>
791791
<div class="paragraph">
792-
<p>Actually, as it happens, my friend just called and asked to delay our scheduled lunch by 30 mins, let&#8217;s ask Gemini Personal Assistant to do it:</p>
792+
<p>Actually, as it happens, my friend just called and asked to delay our scheduled lunch by 1 hour, let&#8217;s ask Gemini Personal Assistant to do it:</p>
793793
</div>
794794
<div class="imageblock text-center">
795795
<div class="content">
796796
<img src="/assets/images/posts/gemini-personal-assistant/event-update-request.png" alt="Event update request">
797797
</div>
798798
</div>
799799
<div class="paragraph">
800-
<p>And I can confirm my primary calendar was updated successfully, with the event rescheduled for 30 minutes later. We&#8217;ll touch on how to manage tools with side-effects later in this post.</p>
800+
<p>And I can confirm my primary calendar was updated successfully, with the event rescheduled for 1 hour later. We&#8217;ll touch on how to manage tools with side-effects later in this post.</p>
801801
</div>
802802
<div class="paragraph">
803803
<p>Let&#8217;s ask the question about the events from another calendar:</p>

feed.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Quarkus</title>
66
<link>https://quarkus.io</link>
77
<description>Quarkus: Supersonic Subatomic Java</description>
8-
<lastBuildDate>Thu, 13 Mar 2025 17:57:26 +0000</lastBuildDate>
8+
<lastBuildDate>Thu, 13 Mar 2025 18:46:38 +0000</lastBuildDate>
99

1010

1111
<item>
@@ -655,15 +655,15 @@ public class PersonalAssistantResource {
655655
&lt;/div&gt;
656656
&lt;/div&gt;
657657
&lt;div class=&quot;paragraph&quot;&gt;
658-
&lt;p&gt;Actually, as it happens, my friend just called and asked to delay our scheduled lunch by 30 mins, let&amp;#8217;s ask Gemini Personal Assistant to do it:&lt;/p&gt;
658+
&lt;p&gt;Actually, as it happens, my friend just called and asked to delay our scheduled lunch by 1 hour, let&amp;#8217;s ask Gemini Personal Assistant to do it:&lt;/p&gt;
659659
&lt;/div&gt;
660660
&lt;div class=&quot;imageblock text-center&quot;&gt;
661661
&lt;div class=&quot;content&quot;&gt;
662662
&lt;img src=&quot;/assets/images/posts/gemini-personal-assistant/event-update-request.png&quot; alt=&quot;Event update request&quot;&gt;
663663
&lt;/div&gt;
664664
&lt;/div&gt;
665665
&lt;div class=&quot;paragraph&quot;&gt;
666-
&lt;p&gt;And I can confirm my primary calendar was updated successfully, with the event rescheduled for 30 minutes later. We&amp;#8217;ll touch on how to manage tools with side-effects later in this post.&lt;/p&gt;
666+
&lt;p&gt;And I can confirm my primary calendar was updated successfully, with the event rescheduled for 1 hour later. We&amp;#8217;ll touch on how to manage tools with side-effects later in this post.&lt;/p&gt;
667667
&lt;/div&gt;
668668
&lt;div class=&quot;paragraph&quot;&gt;
669669
&lt;p&gt;Let&amp;#8217;s ask the question about the events from another calendar:&lt;/p&gt;

0 commit comments

Comments
 (0)