Skip to content

Commit

Permalink
Use text area for web browser agent task
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Nov 14, 2024
1 parent 30c5c8c commit 6da7179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmstack/processors/providers/promptly/web_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ class WebBrowserInput(ApiProcessorSchema):
)
task: str = Field(
description="Details of the task to perform",
json_schema_extra={"widget": "textarea"},
default="",
)

Expand Down

0 comments on commit 6da7179

Please sign in to comment.