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 patient vital signs.
            Assess vital sign measurements and identify any concerning patterns or anomalies."""
        )