Skip to content

Commit 9d856f4

Browse files
Cristhianzllucaseduolianovazzi1
authored andcommitted
fix: change the default value of inputComponent on Simple Agent (langflow-ai#3771)
* changing the example default input value * Update Agent Flow.json --------- Co-authored-by: Lucas Oliveira <[email protected]> Co-authored-by: anovazzi1 <[email protected]>
1 parent 742cbb0 commit 9d856f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/base/langflow/initial_setup/starter_projects/Agent Flow.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"trace_as_input": true,
257257
"trace_as_metadata": true,
258258
"type": "str",
259-
"value": "write short python scsript to say hello world"
259+
"value": "Write a short python script to calculate 4+4, run it and display the result by printing it."
260260
},
261261
"sender": {
262262
"_input_type": "DropdownInput",
@@ -1406,4 +1406,4 @@
14061406
"is_component": false,
14071407
"last_tested_version": "1.0.17",
14081408
"name": "Simple Agent"
1409-
}
1409+
}

0 commit comments

Comments
 (0)