Fix import from ChatMessage in test_monitoring (#202)

This commit is contained in:
Aymeric Roucher 2025-01-15 14:03:41 +01:00 committed by GitHub
parent 7ce27f1590
commit 06aca55be6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ from smolagents import (
ToolCallingAgent, ToolCallingAgent,
stream_to_gradio, stream_to_gradio,
) )
from huggingface_hub import ( from smolagents.models import (
ChatMessage, ChatMessage,
ChatMessageToolCall, ChatMessageToolCall,
ChatMessageToolCallDefinition, ChatMessageToolCallDefinition,