Skip to content

Commit 77b636a

Browse files
committed
more accurate flow logging context var tracking
1 parent 34ad849 commit 77b636a

File tree

9 files changed

+768
-240
lines changed

9 files changed

+768
-240
lines changed

packages/core/examples/flowLoggingJourney.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function run(): Promise<void> {
4646
}
4747

4848
const extraction = await stagehand.extract(
49-
"Summarize the current page title and URL.",
49+
"Summarize the current page title and contents in a single sentence",
5050
);
5151
console.log("Extraction result:", extraction);
5252
} finally {

0 commit comments

Comments
 (0)