mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
update MemoryToolDefinition
This commit is contained in:
parent
0348f26e00
commit
d29405da52
3 changed files with 9560 additions and 0 deletions
5858
docs/llama-stack-spec.html
Normal file
5858
docs/llama-stack-spec.html
Normal file
File diff suppressed because it is too large
Load diff
3701
docs/llama-stack-spec.yaml
Normal file
3701
docs/llama-stack-spec.yaml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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