Merge bfe06ae00f into sapling-pr-archive-ehhuang

This commit is contained in:
ehhuang 2025-10-27 12:01:12 -07:00 committed by GitHub
commit 0b9736b6c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 793 additions and 12 deletions

View file

@ -563,6 +563,7 @@ def run_config_from_adhoc_config_spec(
metadata=KVStoreReference(backend="kv_default", namespace="registry"),
inference=InferenceStoreReference(backend="sql_default", table_name="inference_store"),
conversations=SqlStoreReference(backend="sql_default", table_name="openai_conversations"),
prompts=KVStoreReference(backend="kv_default", namespace="prompts"),
),
),
)