Skip to content

Commit 0b727d0

Browse files
committed
update type
1 parent a59e407 commit 0b727d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/evals.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type StagehandInitResult = {
1313
sessionUrl: string;
1414
stagehandConfig: ConstructorParams;
1515
modelName: AvailableModel;
16+
agent: ReturnType<Stagehand["agent"]>;
1617
};
1718

1819
export type EvalFunction = (taskInput: StagehandInitResult) => Promise<{

0 commit comments

Comments
 (0)