Replies: 1 comment
-
Any progress on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
I'd like to have a fake LLM for testing purposes that supports the
with_structured_output
method so that instead of testing "raw" output from LLM like with FakeListChatModel I could test returning a dict with either "parsed" or "parsing_error" or "raw" for testing the chainMotivation
I am writing complex chains and want to write unit tests for them.
If I had a fake LLM that supports with_structured_output I could test the chain with fake outputs from an LLM and thus see what my chain does in various scenarios
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions