Skip to content

Commit

Permalink
fix: change the default value of inputComponent on Simple Agent (#3771)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Sep 11, 2024
1 parent 92f59ab commit 50612e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1406,4 +1406,4 @@
"is_component": false,
"last_tested_version": "1.0.17",
"name": "Simple Agent"
}
}

0 comments on commit 50612e6

Please sign in to comment.