mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Add tools to trace
This commit is contained in:
parent
4879e02839
commit
27be570b69
@ -216,7 +216,7 @@ class OllamaConversationEntity(
|
||||
|
||||
trace.async_conversation_trace_append(
|
||||
trace.ConversationTraceEventType.AGENT_DETAIL,
|
||||
{"messages": message_history.messages},
|
||||
{"messages": message_history.messages, "tools": tools},
|
||||
)
|
||||
|
||||
# Get response
|
||||
|
Loading…
x
Reference in New Issue
Block a user