Support richer playground configuration #142

Open
opened 2026-02-16 00:18:58 -05:00 by yindo · 0 comments
Owner

Originally created by @eyurtsev on GitHub (Mar 20, 2024).

Discussed in https://github.com/langchain-ai/langserve/discussions/547

Originally posted by SoulEvill March 19, 2024
I created a sequence of runnable and would like to test it out in the playground. the endpoint is up but when I click on start - maybe because of complicated chain that I have it was returning repeated result. I looked in the server log and realized the playground 'start' button was calling the stream_log - i was wondering if this behavior could be config - I would like to change it from stream_log to invoke.

sample log information from server when click on start button from playground:
"127.0.0.1:49397 - "POST /xxxx/stream_log HTTP/1.1" 404 Not Found"

any help would be really appreciated! Thanks!

Originally created by @eyurtsev on GitHub (Mar 20, 2024). ### Discussed in https://github.com/langchain-ai/langserve/discussions/547 <div type='discussions-op-text'> <sup>Originally posted by **SoulEvill** March 19, 2024</sup> I created a sequence of runnable and would like to test it out in the playground. the endpoint is up but when I click on start - maybe because of complicated chain that I have it was returning repeated result. I looked in the server log and realized the playground 'start' button was calling the stream_log - i was wondering if this behavior could be config - I would like to change it from stream_log to invoke. sample log information from server when click on start button from playground: "127.0.0.1:49397 - "POST /xxxx/stream_log HTTP/1.1" 404 Not Found" any help would be really appreciated! Thanks!</div>
yindo added the playgroundenhancement labels 2026-02-16 00:18:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langserve#142