|
|
|
|
|
by jazzyjackson
98 days ago
|
|
Have you thought about ways to let the agent select a portion of the page to read into context instead of just pumping in the entire markup or inner text? I had good luck letting Claude use an xml parser to get a tree of the file, and then write xpath selections to grab what it needed |
|