Skip to content

Commit 16940f8

Browse files
committed
Cleanup
1 parent b6d05a3 commit 16940f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

samples-v2/openai_agents/function_app.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import azure.functions as func
2-
from model_invoker import ModelInvoker, ActivityModelInput
32
from durable_decorators import durable_openai_agent_orchestrator
43
from model_activity import create_invoke_model_activity
54

65
import basic.hello_world
76

87
app = func.FunctionApp(http_auth_level=func.AuthLevel.FUNCTION)
98

10-
# TODO: Can we hide this line?
11-
create_invoke_model_activity(app)
9+
create_invoke_model_activity(app) # TODO: Can we hide this line?
1210

1311

1412
@app.route(route="orchestrators/{functionName}")

0 commit comments

Comments
 (0)