mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Log tools sent to OpenAI (#122024)
This commit is contained in:
@@ -223,6 +223,7 @@ class OpenAIConversationEntity(
|
||||
]
|
||||
|
||||
LOGGER.debug("Prompt: %s", messages)
|
||||
LOGGER.debug("Tools: %s", tools)
|
||||
trace.async_conversation_trace_append(
|
||||
trace.ConversationTraceEventType.AGENT_DETAIL, {"messages": messages}
|
||||
)
|
||||
|
Reference in New Issue
Block a user