Skip to content

Instantly share code, notes, and snippets.

@ma-zah
Created September 29, 2023 14:59
Show Gist options
  • Save ma-zah/bded78f8223cb2b123e637ef087813b7 to your computer and use it in GitHub Desktop.
Save ma-zah/bded78f8223cb2b123e637ef087813b7 to your computer and use it in GitHub Desktop.
on type safety in LangChain TS
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