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
This commit is contained in:
Brandon Hancock (bhancock_ai)
2025-01-09 12:13:02 -05:00
committed by GitHub
parent b3504e768c
commit 2131b94ddb
11 changed files with 1854 additions and 32101 deletions

View File

@@ -67,7 +67,6 @@ def create_llm(
api_key=api_key,
base_url=base_url,
)
print("LLM created with extracted parameters; " f"model='{model}'")
return created_llm
except Exception as e:
print(f"Error instantiating LLM from unknown object type: {e}")