@(this.showWebContentReader ? "Show web content options" : "Hide web content options")
@if (this.showWebContentReader)
{
@(this.useContentCleanerAgent ? "The content is cleaned using an LLM agent: the main content is extracted, advertisements and other irrelevant things are attempted to be removed; relative links are attempted to be converted into absolute links so that they can be used." : "No content cleaning")
Fetch
@if (this.AgentIsRunning)
{
}
}