Merge 8cb14eb84c into sapling-pr-archive-ehhuang

This commit is contained in:
ehhuang 2025-10-06 14:43:08 -07:00 committed by GitHub
commit 7c64faa55b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 6 deletions

View file

@ -32,7 +32,7 @@ from llama_stack.providers.utils.sqlstore.sqlstore import (
sqlstore_impl,
)
logger = get_logger(name=__name__, category="openai::conversations")
logger = get_logger(name=__name__, category="openai_conversations")
class ConversationServiceConfig(BaseModel):