We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f360e commit 96e5f66Copy full SHA for 96e5f66
samples-v2/openai_agents/function_app.py
@@ -10,7 +10,7 @@
10
11
@app.route(route="orchestrators/{functionName}")
12
@app.durable_client_input(client_name="client")
13
-async def hello_orchestration_starter(req: func.HttpRequest, client):
+async def orchestration_starter(req: func.HttpRequest, client):
14
function_name = req.route_params.get('functionName')
15
instance_id = await client.start_new(function_name)
16
response = client.create_check_status_response(req, instance_id)
0 commit comments