Add input types to runnable info
This commit is contained in:
parent
2e2ae119a7
commit
a8d9dea167
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue