mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-16 09:34:30 -04:00
Cannot use the play ground "No applicable renderer found" #185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MohammedShokr on GitHub (May 20, 2024).
I am deploying a Langchain agent using Langserve and I can call the API from python without any problems but when I open the playground I find the inputs field disabled with an error message "No applicable renderer found."
please note that the input to my agent is a dictionary with two keys;
inputandchat_historyHere's an image with the error for your reference

@Bongomannn commented on GitHub (Jun 12, 2024):
I think you should paste also your code here.