Internal refactor of create react-agent

This commit is contained in:
Eugene Yurtsev
2025-08-12 21:50:19 -04:00
parent d43eaf1f42
commit 2fed0e4852
3 changed files with 537 additions and 446 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ def test_runnable_prompt():
@pytest.mark.parametrize("version", REACT_TOOL_CALL_VERSIONS)
def test_prompt_with_store(version: str):
def test_prompt_with_store(version: Literal["v1", "v2"]):
def add(a: int, b: int):
"""Adds a and b"""
return a + b