Skip to content

Commit 96e5f66

Browse files
committed
Rename hello_orchestration_starter to orchestration_starter for consistency
1 parent 60f360e commit 96e5f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples-v2/openai_agents/function_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@app.route(route="orchestrators/{functionName}")
1212
@app.durable_client_input(client_name="client")
13-
async def hello_orchestration_starter(req: func.HttpRequest, client):
13+
async def orchestration_starter(req: func.HttpRequest, client):
1414
function_name = req.route_params.get('functionName')
1515
instance_id = await client.start_new(function_name)
1616
response = client.create_check_status_response(req, instance_id)

0 commit comments

Comments
 (0)