Add input types to runnable info

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-27 15:27:25 -03:00
commit a8d9dea167

View file

@ -22,6 +22,7 @@ class RunnableExecComponent(CustomComponent):
"runnable": {
"display_name": "Runnable",
"info": "The runnable to execute.",
"input_types": ["Chain", "AgentExecutor", "Agent", "Runnable"],
},
"output_key": {
"display_name": "Output Key",