aiq.tool.memory_tools.add_memory_tool#
Attributes#
Classes#
Function to add memory to a hosted memory platform. |
Functions#
|
Function to add memory to a hosted memory platform. |
Module Contents#
- logger#
- class AddToolConfig(/, **data: Any)#
Bases:
aiq.data_models.function.FunctionBaseConfig
Function to add memory to a hosted memory platform.
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError
][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.self
is explicitly positional-only to allowself
as a field name.- memory: aiq.data_models.component_ref.MemoryRef = None#
- async add_memory_tool(
- config: AddToolConfig,
- builder: aiq.builder.builder.Builder,
Function to add memory to a hosted memory platform.