Skip to content

Commit 55ef435

Browse files
committed
update type
1 parent 81f0e1a commit 55ef435

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)