For the complete documentation index, see llms.txt. This page is also available as Markdown.

Extract Web Content

The Extract Web Content tool enables the model to retrieve relevant information from a single web page and utilize it as context during the conversation.

The size (in tokens) of the retrieved content is determined by the knowledge window limit setting in the Chat Settings.

Important: It is essential that the knowledge window limit is less than the context window limit of the model, otherwise, the model will not be able to use the extracted web content due to its larger size.

Last updated