Files
agent-framework/dotnet/samples/03-workflows/Declarative/StudentTeacher/Properties/launchSettings.json
T

12 lines
243 B
JSON

{
"profiles": {
"Default": {
"commandName": "Project"
},
"Compute PI": {
"commandName": "Project",
"commandLineArgs": "\"How would you compute the value of PI based on its fundamental definition?\""
}
}
}