aiq.tool.memory_tools.delete_memory_tool#

Attributes#

Classes#

DeleteToolConfig

Function to delete memory from a hosted memory platform.

Functions#

delete_memory_tool(config, builder)

Function to delete memory from a hosted memory platform.

Module Contents#

logger#
class DeleteToolConfig(/, **data: Any)#

Bases: aiq.data_models.function.FunctionBaseConfig

Function to delete memory from 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 allow self as a field name.

description: str = None#
memory: aiq.data_models.component_ref.MemoryRef = None#
async delete_memory_tool(
config: DeleteToolConfig,
builder: aiq.builder.builder.Builder,
)#

Function to delete memory from a hosted memory platform.