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):
        super().__init__(
            project_client=project_client,
            model=model,
            instructions="""You are a medical expert specialized in analyzing adverse events in clinical trials.
            Assess the severity and potential implications of reported adverse events."""
        )