Skip to content

Commit f9c58f3

Browse files
committed
Remove basic_hello_world_orchestrator sample
1 parent 9743392 commit f9c58f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

samples-v2/openai_agents/function_app.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ async def orchestration_starter(req: func.HttpRequest, client):
1717
return response
1818

1919

20-
@app.orchestration_trigger(context_name="context")
21-
@durable_openai_agent_orchestrator
22-
def basic_hello_world_orchestrator(context):
23-
return basic.hello_world.main()
24-
25-
2620
@app.orchestration_trigger(context_name="context")
2721
@durable_openai_agent_orchestrator
2822
def haiku(context):

0 commit comments

Comments
 (0)