processors/vertexgenai.py [175:182]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        request_body = json.dumps(request)
        authed_session = AuthorizedSession(credentials)
        response = authed_session.post(api_path,
                                       data=request_body,
                                       headers=headers)
        try:
            response.raise_for_status()
        except Exception as e:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



processors/vertexgenai.py [285:292]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                request_body = json.dumps(request)
                authed_session = AuthorizedSession(credentials)
                response = authed_session.post(api_path,
                                               data=request_body,
                                               headers=headers)
                try:
                    response.raise_for_status()
                except Exception as e:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



