def __init__()

in IAC/temp/function-source/src/corretor_gemini/gemini_corretor.py [0:0]


    def __init__(self, 
                caminho_prompweaver_corretor : str = settings.PROMPT_CORRECAO,
                caminho_prompweaver_sintetizador: str = settings.PROMPT_SUMARIZACAO,
                config_prompweaver_justificativa: str = settings.PROMPT_VALIDACAO
                ):
        self.gemini_client = GeminiClient(project=settings.GCP_PROJECT_ID, location=settings.GCP_LOCATION)
        self.config_prompweaver_corretor = caminho_prompweaver_corretor
        self.config_prompweaver_sintetizador = caminho_prompweaver_sintetizador
        self.config_prompweaver_justificativa = config_prompweaver_justificativa