Magnus Müller
Magnus Müller
Okey because if the browser does not open, then retry normally does not help right?
So, you say there are cases where retry works here? But let's say there is an error; normally, we do the retry in the agent service.py.
can you make a custom_function example with ungroup / group
We have now e.g. xpaths in the history ``` [[{'click_element_by_index': {'index': 5, 'while_holding_ctrl': False}, 'interacted_element': DOMInteractedElement(node_id=54, backend_node_id=63, frame_id=None, node_type=, node_value='', node_name='A', attributes={'class': 'gb_X', 'aria-label': 'Search for Images ', 'data-pid': '2',...
Do you have a page that is now working, which was not before?
Thanks @raivisdejus - yes this adds many elements as interactive which are not. -
For o1 you can also set on our side: `agent = Agent(task='Compare the price of gpt-4o and DeepSeek-V3', llm=llm, tool_calling_method='json_mode')`.
@AK391 o3-mini does not support vision, so you can simply do: `agent = Agent(task='Compare the price of gpt-4o and DeepSeek-V3', llm=llm, use_vision=False)` it still works well!
Can you add it to the new system prompt file and reduce the token count a bit? I think the most important thing is to remember failed paths.
How does the model know the selector? I like the idea of giving the model the option to wait longer