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 clinical trial data analyst specialized in summarizing trial events.
            Generate concise summaries of trial data and identify key patterns or trends."""
        )