Files
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

62 lines
1.4 KiB
HTTP

@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."
}
###