Web Page
data class WebPage(val url: String, val name: String = url, val description: String = "Web page at ") : LlmReferenceProvider, LlmReference
Reference for the contents of a web page. Works only if fetch tool is available. See CoreToolGroups.WEB
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Return the instances of tool object. Defaults to this
Link copied to clipboard
Create a tool object for this reference.
Link copied to clipboard
A safe prefix for LLM tools associated with this reference. Defaults to the name lowercased with spaces replaced by underscores. Subclasses can override it