fix: Remove 'refresh_button' from DropdownInput in AgentComponent configuration (#4471)
* Remove 'refresh_button' from DropdownInput in AgentComponent configuration * Add 'Current Date' tool option to AgentComponent inputs and update response method * Disable refresh button in Agent Flow starter project configuration
This commit is contained in:
parent
a09652ca5f
commit
c5495c4aac
2 changed files with 2 additions and 3 deletions
|
|
@ -31,7 +31,6 @@ class AgentComponent(ToolCallingAgentComponent):
|
|||
options=[*sorted(MODEL_PROVIDERS_DICT.keys()), "Custom"],
|
||||
value="OpenAI",
|
||||
real_time_refresh=True,
|
||||
refresh_button=True,
|
||||
input_types=[],
|
||||
),
|
||||
*MODEL_PROVIDERS_DICT["OpenAI"]["inputs"],
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue