class Multiwoven::Integrations::Source::Anthropic::Client
def run_model(connection_config, payload)
def run_model(connection_config, payload) response = make_request(ANTHROPIC_URL, HTTP_POST, payload, connection_config) process_response(response) rescue StandardError => e handle_exception(e, { context: "ANTHROPIC:RUN_MODEL:EXCEPTION", type: "error" }) end