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 @@ -165,7 +165,7 @@ public async Task ShouldAcceptToolsAndMetadata()
var harness = new DaprHarnessBuilder(componentsDir)
.WithEnvironment(environment)
.BuildConversation();
harness.UseModel("qwen2.5:0.5b"); // SmolLM2 doesn't actually support tools
harness.UseModel("granite4:350m"); // SmolLM2 doesn't actually support tools
await using var testApp = await DaprHarnessBuilder.ForHarness(harness)
.ConfigureServices(builder =>
{
Expand Down
Loading