mirror of
https://github.com/katanemo/plano.git
synced 2026-05-30 14:25:15 +02:00
Add tests for default selection policy behavior in routing preferences
This commit is contained in:
parent
3fde960a19
commit
eb00a48b55
2 changed files with 38 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ pub enum SelectionPreference {
|
|||
Fastest,
|
||||
/// Return models in the same order they were defined — no reordering.
|
||||
#[default]
|
||||
#[serde(alias = "")]
|
||||
None,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue