Skip to content

Commit 979e255

Browse files
authored
add prompt to json output format (#53)
1 parent 37546d6 commit 979e255

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

hyperbrowser/models/web/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class FetchOutputJsonOptions(BaseModel):
102102
populate_by_alias=True,
103103
)
104104

105+
prompt: Optional[str] = Field(default=None, serialization_alias="prompt")
105106
schema_: Optional[Any] = Field(
106107
default=None, alias="schema", serialization_alias="schema"
107108
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hyperbrowser"
3-
version = "0.83.0"
3+
version = "0.83.1"
44
description = "Python SDK for hyperbrowser"
55
authors = ["Nikhil Shahi <nshahi1998@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)