forked from phoenix-oss/llama-stack-mirror
update MemoryToolDefinition
This commit is contained in:
parent
942cb87a3c
commit
06abd7e6c8
3 changed files with 333 additions and 318 deletions
|
@ -151,6 +151,7 @@ MemoryQueryGeneratorConfig = Annotated[
|
|||
]
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class MemoryToolDefinition(ToolDefinitionCommon):
|
||||
type: Literal[AgentTool.memory.value] = AgentTool.memory.value
|
||||
memory_bank_configs: List[MemoryBankConfig] = Field(default_factory=list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue