def __init__()

in 3-ai-native-e2e-sample/backend/agents/trials/multi_agent/agents.py [0:0]


    def __init__(self, project_client: AIProjectClient, model: str, instructions: str):
        self.project_client = project_client
        self.model = model
        self.instructions = instructions
        self._agent = None