Skip to content

Commit 6da7179

Browse files
committed
Use text area for web browser agent task
1 parent 30c5c8c commit 6da7179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llmstack/processors/providers/promptly/web_browser.py

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ class WebBrowserInput(ApiProcessorSchema):
343343
)
344344
task: str = Field(
345345
description="Details of the task to perform",
346+
json_schema_extra={"widget": "textarea"},
346347
default="",
347348
)
348349

0 commit comments

Comments
 (0)