mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 16:54:22 +01:00
fix: blank version issue
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user