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

12 lines
191 B
JSON

{
"profiles": {
"Default": {
"commandName": "Project"
},
"Soup": {
"commandName": "Project",
"commandLineArgs": "\"What is the soup of the day?\""
}
}
}