anpigon's picture
add langchain docs
ed4d993
raw
history blame
226 Bytes
from langchain_cli.utils.events import EventDict, create_events
def test_create_events() -> None:
assert create_events(
[EventDict(event="Test Event", properties={"test": "test"})]
) == {"status": "success"}