chore: Move ID generation logic out of the ORM layer and into the Pydantic model layer (#1981)
This commit is contained in:
@@ -420,7 +420,7 @@ def test_tools_from_langchain(client: LocalClient):
|
||||
exec(source_code, {}, local_scope)
|
||||
func = local_scope[tool.name]
|
||||
|
||||
expected_content = "Albert Einstein ( EYEN-styne; German:"
|
||||
expected_content = "Albert Einstein"
|
||||
assert expected_content in func(query="Albert Einstein")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user