mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 06:53:16 +00:00
community: fixed critical bugs at Writer provider (#27879)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
"""Test Writer API wrapper."""
|
||||
|
||||
from langchain_community.llms.writer import Writer
|
||||
|
||||
|
||||
def test_writer_call() -> None:
|
||||
"""Test valid call to Writer."""
|
||||
llm = Writer()
|
||||
output = llm.invoke("Say foo:")
|
||||
assert isinstance(output, str)
|
Reference in New Issue
Block a user