Skip to content

Commit ae7a417

Browse files
committed
Update OSWorld blog post to clarify the description of dependencies, changing "Sequential Dependencies" to "Blocking Operation Dependencies" for improved accuracy in conveying the importance of software initialization before action execution.
1 parent d97dec9 commit ae7a417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/blog_posts/osworld-verified.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Many tasks exhibit complex temporal dependencies where proper initialization req
7777
</figure>
7878
<figure style="flex: 1; min-width: 300px; max-width: 380px; text-align: center; margin: 0;">
7979
<img src="/blog/osworld-verified/stucked_open.png" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 8px;">
80-
<figcaption style="text-align: center; font-size: 14px; color: #666; margin-top: 8px;">Sequential Dependencies - Precise cursor positioning requirements</figcaption>
80+
<figcaption style="text-align: center; font-size: 14px; color: #666; margin-top: 8px;">Blocking Operation Dependencies - Ensuring software initialization before action execution</figcaption>
8181
</figure>
8282
</div>
8383

0 commit comments

Comments
 (0)