Skip to content

Commit fb4dc48

Browse files
committed
Add Static Web Browser API processor
1 parent 00bc9d0 commit fb4dc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llmstack/processors/providers/promptly/web_browser.py renamed to llmstack/processors/providers/promptly/static_web_browser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ class WebBrowser(ApiProcessorInterface[WebBrowserInput, WebBrowserOutput, WebBro
6767
"""
6868
@staticmethod
6969
def name() -> str:
70-
return 'Web Browser'
70+
return 'Static Web Browser'
7171

7272
@staticmethod
7373
def slug() -> str:
74-
return 'web_browser'
74+
return 'static_web_browser'
7575

7676
@staticmethod
7777
def description() -> str:

0 commit comments

Comments
 (0)