Add inputs parameter to XMLAgentComponent
This commit is contained in:
parent
7c4c6b2a56
commit
d0c3a5b30b
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@ class XMLAgentComponent(CustomComponent):
|
|||
"display_name": "Memory",
|
||||
"info": "Memory to use for the agent.",
|
||||
},
|
||||
"inputs": {
|
||||
"display_name": "Inputs",
|
||||
"info": "Input text to pass to the agent.",
|
||||
},
|
||||
}
|
||||
|
||||
def build(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue