diff --git a/docs/examples/agents/react/react_using_mellea.py b/docs/examples/agents/react/react_using_mellea.py index b2a7ab589..e901b1201 100644 --- a/docs/examples/agents/react/react_using_mellea.py +++ b/docs/examples/agents/react/react_using_mellea.py @@ -1,4 +1,4 @@ -# pytest: ollama, llm +# pytest: ollama, llm, qualitative, slow """React examples using the Mellea library's framework.""" @@ -36,6 +36,7 @@ async def main(): context=ChatContext(), backend=m.backend, tools=[search_tool], + loop_budget=12, ) print(out)