mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 12:37:33 +00:00
chore: fix/add logging categories
# What does this PR do? ## Test Plan
This commit is contained in:
parent
24ee577cb0
commit
ccaa9208f7
4 changed files with 15 additions and 5 deletions
|
@ -41,7 +41,7 @@ from .utils import (
|
|||
convert_response_text_to_chat_response_format,
|
||||
)
|
||||
|
||||
logger = get_logger(name=__name__, category="openai::responses")
|
||||
logger = get_logger(name=__name__, category="openai_responses")
|
||||
|
||||
|
||||
class OpenAIResponsePreviousResponseWithInputItems(BaseModel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue