chore: import upstream snapshot with attribution
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:21:23 +08:00
commit b957a53def
5423 changed files with 863745 additions and 0 deletions
@@ -0,0 +1,61 @@
@StepwisePlannerMigration_HostAddress = http://localhost:5257
POST {{StepwisePlannerMigration_HostAddress}}/stepwise-planner/generate-plan
Accept: application/json
Content-Type: application/json
{
"goal": "Check current UTC time and return current weather in Boston city."
}
###
POST {{StepwisePlannerMigration_HostAddress}}/stepwise-planner/execute-new-plan
Accept: application/json
Content-Type: application/json
{
"goal": "Check current UTC time and return current weather in Boston city."
}
###
POST {{StepwisePlannerMigration_HostAddress}}/stepwise-planner/execute-existing-plan
Accept: application/json
Content-Type: application/json
{
"goal": "Check current UTC time and return current weather in Boston city."
}
###
POST {{StepwisePlannerMigration_HostAddress}}/auto-function-calling/generate-plan
Accept: application/json
Content-Type: application/json
{
"goal": "Check current UTC time and return current weather in Boston city."
}
###
POST {{StepwisePlannerMigration_HostAddress}}/auto-function-calling/execute-new-plan
Accept: application/json
Content-Type: application/json
{
"goal": "Check current UTC time and return current weather in Boston city."
}
###
POST {{StepwisePlannerMigration_HostAddress}}/auto-function-calling/execute-existing-plan
Accept: application/json
Content-Type: application/json
{
"goal": "Check current UTC time and return current weather in Boston city."
}
###