From fb4dc48980586dadc9df8fca7f985276f6af65f4 Mon Sep 17 00:00:00 2001 From: Ajay Chintala Date: Thu, 16 Nov 2023 12:48:47 -0800 Subject: [PATCH] Add Static Web Browser API processor --- .../promptly/{web_browser.py => static_web_browser.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename llmstack/processors/providers/promptly/{web_browser.py => static_web_browser.py} (98%) diff --git a/llmstack/processors/providers/promptly/web_browser.py b/llmstack/processors/providers/promptly/static_web_browser.py similarity index 98% rename from llmstack/processors/providers/promptly/web_browser.py rename to llmstack/processors/providers/promptly/static_web_browser.py index ea47cd54a76..8f5463f4d8c 100644 --- a/llmstack/processors/providers/promptly/web_browser.py +++ b/llmstack/processors/providers/promptly/static_web_browser.py @@ -67,11 +67,11 @@ class WebBrowser(ApiProcessorInterface[WebBrowserInput, WebBrowserOutput, WebBro """ @staticmethod def name() -> str: - return 'Web Browser' + return 'Static Web Browser' @staticmethod def slug() -> str: - return 'web_browser' + return 'static_web_browser' @staticmethod def description() -> str: