OpenMetadata/openmetadata-spec
Pere Miquel Brull f8979cfb2b
feat(aiPlatformConfiguration): add contextMemory tuning block (#27455)
* feat(aiPlatformConfiguration): add contextMemory tuning block

Expose T0 user-preference memory retrieval limits (tokenBudget, maxItems)
via aiPlatformConfiguration.contextMemory so deployments can tune the
block that Collate ships to the AI Platform via the gRPC
user_memory_context field without code changes.

Both fields default to the values previously hard-coded in Collate's
ContextMemoryRetrievalService (500 tokens, 5 items), so existing
deployments behave identically.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Update generated TypeScript types

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-17 12:48:39 +02:00
..
src feat(aiPlatformConfiguration): add contextMemory tuning block (#27455) 2026-04-17 12:48:39 +02:00
lombok.config Issue-19251: Upgrade dropwizard to 4.x and Jetty to 11.x (#19252) 2025-05-27 20:31:59 +05:30
pom.xml Fix Metrics collection; reduce no.of metrics; improve slow request lo… (#25751) 2026-03-13 13:38:31 -07:00