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:
Gabriel Luiz Freitas Almeida 2024-11-08 14:43:50 -03:00 committed by GitHub
commit c5495c4aac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

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