mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Log tools sent to OpenAI (#122024)
This commit is contained in:
parent
f8ba4d41ba
commit
3a0b3a4589
@ -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}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user