-
-
Save ma-zah/bded78f8223cb2b123e637ef087813b7 to your computer and use it in GitHub Desktop.
on type safety in LangChain TS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call: async (arg: (z.output<T> extends string ? string : never) | Json, /*...*/) => Promise<String>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment