class Multiwoven::Integrations::Source::OpenAI::Client
def parse_json(json_string)
def parse_json(json_string) JSON.parse(json_string) rescue JSON::ParserError => e handle_exception(e, { context: "OPEN AI:PARSE_JSON:EXCEPTION", type: "error" }) {} end