-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Right now, you can theoretically use the stagehand.llmClient object to access the underlying LLM for Stagehand.
This can be helpful for times when you want to ask the LLM custom questions that can guide your next step -- for example, if you're writing a Stagehand script, you might want to ask the LLM for what word to input next. This is possible right now, but it's really cumbersome:
It would be awesome to have stagehand.llmClient.generateText() and stagehand.llmClient.generateObject() like the Vercel AI SDK. Bonus points if you add streamText :)
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
