mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
14 lines
494 B
HTTP
14 lines
494 B
HTTP
# Default endpoint address for local testing
|
|
@authority=http://localhost:7071
|
|
|
|
### Start the workflow
|
|
POST {{authority}}/api/workflows/HandleSurveyResponse/run
|
|
Content-Type: text/plain
|
|
|
|
Rating: 10. Why was I charged $99 when my plan should be $49? I need a refund for the overcharge
|
|
|
|
### Start the workflow with another bug report input.
|
|
POST {{authority}}/api/workflows/HandleSurveyResponse/run
|
|
Content-Type: text/plain
|
|
|
|
Rating: 3. The app throws an InvalidOperationException when starting up. |