Skip to content

Commit d22a6ab

Browse files
committed
Update AXTREE_NOTE to clarify usage of unique identifiers in AXTree
1 parent 26173bc commit d22a6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/agents/tool_use_agent/tool_use_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def apply(self, llm, discussion: StructuredDiscussion, obs: dict) -> dict:
147147

148148
AXTREE_NOTE = """
149149
AXTree extracts most of the interactive elements of the DOM in a tree structure. It may also contain information that is not visible in the screenshot.
150-
A line starting with [bid] is a node in the AXTree. It is a unique alpha-numeric identifier to be used when calling tools.
150+
A line starting with [bid] is a node in the AXTree. It is a unique alpha-numeric identifier to be used when calling tools, e.g, click(bid="a253"). Make sure to include letters and numbers in the bid.
151151
"""
152152

153153

0 commit comments

Comments
 (0)