Compare commits

..

2 Commits

Author SHA1 Message Date
Brandon Hancock
5d57c42fce testing 2025-01-09 15:17:35 -05:00
Brandon Hancock (bhancock_ai)
2131b94ddb Fixed core invoke loop logic and relevant tests (#1865)
* Fixed core invoke loop logic and relevant tests

* Fix failing tests

* Clean up final print statements

* Additional clean up for PR review
2025-01-09 12:13:02 -05:00

View File

@@ -14,6 +14,7 @@ class InternalAgentTool(BaseAgentTool):
return "Test response"
# new comment
@pytest.mark.parametrize(
"role_name,should_match",
[