Skip to content

Commit f933ea4

Browse files
committed
fix: describe the default in AIBridgeModels()
1 parent 8d0fd1d commit f933ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/searchquery/search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ func AIBridgeModels(query string, page codersdk.Pagination) (database.ListAIBrid
405405
}
406406

407407
values, errors := searchTerms(query, func(term string, values url.Values) error {
408-
// Default to the model
408+
// Defaults to the `model` if no `key:value` pair is provided.
409409
values.Add("model", term)
410410
return nil
411411
})

0 commit comments

Comments
 (0)