We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe95e17 commit 79a4f30Copy full SHA for 79a4f30
1 file changed
openai_agents/model_providers/run_gpt_oss_worker.py
@@ -3,7 +3,12 @@
3
from datetime import timedelta
4
from typing import Optional
5
6
-from agents import Model, ModelProvider, OpenAIChatCompletionsModel, set_tracing_disabled
+from agents import (
7
+ Model,
8
+ ModelProvider,
9
+ OpenAIChatCompletionsModel,
10
+ set_tracing_disabled,
11
+)
12
from openai import AsyncOpenAI
13
from temporalio.client import Client
14
from temporalio.contrib.openai_agents import ModelActivityParameters, OpenAIAgentsPlugin
0 commit comments