Add inputs parameter to XMLAgentComponent

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-22 22:41:13 -03:00
commit d0c3a5b30b

View file

@ -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(