I am non-coder using memubot and liking it better than openclaw. Problem is input token growth in conversations. Anthropic offers cache_control to help with that. Per Sonnet
"If you wanted to also be helpful in the issue, you could mention that the implementation is relatively straightforward — just adding cache_control: {"type": "ephemeral"} to the system prompt block where memU injects its memory context, using client.beta.prompt_caching.messages.create(). That gives the developer enough to act on without needing a full PR from you."
'
Thank you
I am non-coder using memubot and liking it better than openclaw. Problem is input token growth in conversations. Anthropic offers cache_control to help with that. Per Sonnet
"If you wanted to also be helpful in the issue, you could mention that the implementation is relatively straightforward — just adding cache_control: {"type": "ephemeral"} to the system prompt block where memU injects its memory context, using client.beta.prompt_caching.messages.create(). That gives the developer enough to act on without needing a full PR from you."
'
Thank you