buhe / langchain-swift

🚀 LangChain for Swift. Optimized for iOS, macOS, watchOS (part) and visionOS.(beta)
https://buhe.dev
Apache License 2.0
322 stars 35 forks source link

Add PydanticOutputParser or StructuredOutputParser #120

Closed bryantwilliam closed 4 months ago

bryantwilliam commented 4 months ago

PydanticOutputParser or StructuredOutputParser in langchain helps a lot with generating structured output like JSON. Would be nice if we implement it in this package too.

bryantwilliam commented 4 months ago

Nevermind, just noticed there's already SimpleJsonOutputParser in this package.