Fix import from ChatMessage in test_monitoring (#202)
This commit is contained in:
parent
7ce27f1590
commit
06aca55be6
|
@ -22,7 +22,7 @@ from smolagents import (
|
|||
ToolCallingAgent,
|
||||
stream_to_gradio,
|
||||
)
|
||||
from huggingface_hub import (
|
||||
from smolagents.models import (
|
||||
ChatMessage,
|
||||
ChatMessageToolCall,
|
||||
ChatMessageToolCallDefinition,
|
||||
|
|
Loading…
Reference in New Issue