Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ def test_live_run_with_mixed_tools(self, mixed_tools):
initial_messages = [
ChatMessage.from_user("What's the weather like in Paris and what is the population of Berlin?")
]
component = TogetherAIChatGenerator(model="moonshotai/Kimi-K2.5", tools=mixed_tools)
component = TogetherAIChatGenerator(model="moonshotai/Kimi-K2.6", tools=mixed_tools)
results = component.run(messages=initial_messages)

assert len(results["replies"]) > 0, "No replies received"
Expand Down
Loading