mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-06 12:25:19 +00:00
Adds standard `type` field for all messages that will be serialized/validated by pydantic. * The presence of `type` makes it easier for developers consuming schemas to write client code to serialize/deserialize. * In LangServe `type` will be used for both validation and will appear in the generated openapi specs