We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf5c53 commit 74268aeCopy full SHA for 74268ae
llmstack/processors/providers/promptly/web_browser.py
@@ -117,9 +117,9 @@ class WebBrowserOutput(ApiProcessorSchema):
117
118
class WebBrowserInput(ApiProcessorSchema):
119
start_url: str = Field(
120
- description='URL to visit to start the session')
+ description='URL to visit to start the session', default='')
121
task: str = Field(
122
- ..., description='Details of the task to perform')
+ description='Details of the task to perform', default='')
123
124
125
TOOLS = [
0 commit comments