Skip to content

Commit b37bba1

Browse files
update tests
1 parent ba4ffcd commit b37bba1

File tree

3 files changed

+327
-323
lines changed

3 files changed

+327
-323
lines changed

stagehand/handlers/act_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
method_handler_map,
88
)
99
from stagehand.llm.prompts import build_act_observe_prompt
10-
from stagehand.types import ActOptions, ActResult, ObserveOptions, ObserveResult
10+
from stagehand.schemas import ActOptions, ActResult, ObserveOptions, ObserveResult
1111

1212

1313
class ActHandler:

0 commit comments

Comments
 (0)