Eager Search
LlmReference that can eagerly load context given text
Properties
Functions
Convert this reference to a MatryoshkaReference, exposing a single tool object that supports nesting. Do not rewrap a MatryoshkaReference. Thus repeated calls to this method are safe.
Return the instances of tool object. Defaults to this
Create a tool object for this reference.
A safe prefix for LLM tools associated with this reference. Defaults to the name lowercased with spaces replaced by underscores. Subclasses can override it
Eagerly search for results similar to the given text.
Convert this reference to a reference exposing a single unfolding tool. Does not rewrap an unfolding reference. Thus repeated calls to this method are safe.
Convert this reference to a reference exposing a single unfolding tool, with progressively-disclosed detail attached.