mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-18 10:54:29 -04:00
how to write a dynamic json output parser chain #113
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shaojun on GitHub (Feb 2, 2024).
I'm creating a service, besides the content and prompt, that allows input a
json sample strwhich for constrait the output, and output the final expecting json, the sample code:this code obvious can't work as the last part of chain:
how_to_write_this_dynamic_parserhas not existed and defined yet.could you help?