fix: blank version issue

This commit is contained in:
Aiden Cline
2025-10-28 10:03:53 -05:00
parent dfebf40471
commit ee1af0fe80
11 changed files with 776 additions and 74 deletions

View File

@@ -361,7 +361,8 @@ func TestSessionPromptWithOptionalParams(t *testing.T) {
ModelID: opencode.F("modelID"),
ProviderID: opencode.F("providerID"),
}),
System: opencode.F("system"),
NoReply: opencode.F(true),
System: opencode.F("system"),
Tools: opencode.F(map[string]bool{
"foo": true,
}),