Skip to content

Brain

brain_memory_add

Store a product memory.

Tool

brain_memory_add

Store a product memory.

Store a memory for the current product. Write to the shared pool (default, product-wide) or a private namespace scoped to this agent. Set source_authority (policy > official > team > informal) to record how authoritative the fact is.

Arguments

Name Type Required Description
content string The memory text to store.
scope string shared (product-wide, default) or private (this agent only). default: shared
source_authority string policy, official, team, or informal. Defaults to official.

Try it

Remember that our support SLA is next business day.

When to use

Store a memory for the current product. Write to the shared pool (default, product-wide) or a private namespace scoped to this agent. Set source_authority (policy > official > team > informal) to record how authoritative the fact is.

Example

Ask your agent something like this:

Remember that our support SLA is next business day.

The agent will invoke brain_memory_add with these arguments:

{
  "content": "Support SLA is next business day.",
  "source_authority": "official"
}

Esc

Start typing to search the docs.

navigate select