Add tools to trace
This commit is contained in:
parent
4879e02839
commit
27be570b69
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue