Update display name for LLM in ZeroShotAgent.py
This commit is contained in:
parent
ef4a195e7a
commit
2cb5855c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class ZeroShotAgentComponent(CustomComponent):
|
|||
|
||||
def build_config(self):
|
||||
return {
|
||||
"llm": {"display_name": "LLM"},
|
||||
"llm": {"display_name": "LLM Chain"},
|
||||
"tools": {"display_name": "Tools"},
|
||||
"prefix": {"display_name": "Prefix", "multiline": True},
|
||||
"suffix": {"display_name": "Suffix", "multiline": True},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue