Classes
CLASS Query
A Query component.
Methods:
FUNC parts
FUNC format_for_llm
CLASS Transform
A Transform component.
Methods:
FUNC parts
FUNC format_for_llm
CLASS MObjectProtocol
Protocol to describe the necessary functionality of a MObject. Implementers should prefer inheriting from MObject than MObjectProtocol.
Methods:
FUNC parts
FUNC get_query_object
query: The query string.
FUNC get_transform_object
transformation: the transform string
FUNC content_as_string
str(self).
Subclasses should override this method.
FUNC format_for_llm
TemplateRepresentation uses an automatic
parsing for tools and fields. The content is retrieved
from content_as_string().
CLASS MObject
An extension of Component for adding query and transform operations.
Methods:
FUNC parts
FUNC get_query_object
query: The query string.
FUNC get_transform_object
transformation: the transform string
FUNC content_as_string
str(self).
Subclasses should override this method.
FUNC format_for_llm
TemplateRepresentation uses an automatic
parsing for tools and fields. The content is retrieved
from content_as_string().