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 <otavio2204@gmail.com>
This commit is contained in:
Cristhian Zanforlin Lousa 2024-09-11 19:02:54 -03:00 committed by GitHub
commit 50612e62ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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