What's Changed
* Add Feedback Endpoint to LangServe by jakerachleff in https://github.com/langchain-ai/langserve/pull/153
* Use utf-8 encoding when opening playground assets by eyurtsev in https://github.com/langchain-ai/langserve/pull/164
* Update README.md with badgets / links by eyurtsev in https://github.com/langchain-ai/langserve/pull/165
* Update cli install command by efriis in https://github.com/langchain-ai/langserve/pull/166
* Add autofill of chat history, fix turnstile chat history by dqbd in https://github.com/langchain-ai/langserve/pull/157
* Replace black with ruff format by nfcampos in https://github.com/langchain-ai/langserve/pull/169
* Preserve whitespace in playground output by nfcampos in https://github.com/langchain-ai/langserve/pull/163
* Update frontend build by nfcampos in https://github.com/langchain-ai/langserve/pull/172
* Fix playground crash on undefined schema by nfcampos in https://github.com/langchain-ai/langserve/pull/173
* Unpack input recursively, to ensure that sub-types that are expected … by nfcampos in https://github.com/langchain-ai/langserve/pull/174
* Show AI function messages in editable input, fix empty initial message by dqbd in https://github.com/langchain-ai/langserve/pull/175
* Version 0.0.23 by eyurtsev in https://github.com/langchain-ai/langserve/pull/176
**Full Changelog**: https://github.com/langchain-ai/langserve/compare/v0.0.22...v0.0.23