From 50612e62acb289df95dfe3d375867ffcb1fd0c7d Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Wed, 11 Sep 2024 19:02:54 -0300 Subject: [PATCH] fix: change the default value of inputComponent on Simple Agent (#3771) * changing the example default input value * Update Agent Flow.json --------- Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Co-authored-by: anovazzi1 --- .../langflow/initial_setup/starter_projects/Agent Flow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/base/langflow/initial_setup/starter_projects/Agent Flow.json b/src/backend/base/langflow/initial_setup/starter_projects/Agent Flow.json index c8c7179f3..1d3f15c49 100644 --- a/src/backend/base/langflow/initial_setup/starter_projects/Agent Flow.json +++ b/src/backend/base/langflow/initial_setup/starter_projects/Agent Flow.json @@ -256,7 +256,7 @@ "trace_as_input": true, "trace_as_metadata": true, "type": "str", - "value": "write short python scsript to say hello world" + "value": "Write a short python script to calculate 4+4, run it and display the result by printing it." }, "sender": { "_input_type": "DropdownInput", @@ -1406,4 +1406,4 @@ "is_component": false, "last_tested_version": "1.0.17", "name": "Simple Agent" -} \ No newline at end of file +}