evals: Enable Python LSP (#29987)

We now have one eval that uses a Python repo


Release Notes:

- N/A
This commit is contained in:
Oleksiy Syvokon
2025-05-06 10:28:59 +00:00
committed by GitHub
parent 68793c0ac2
commit ac007139ab
+1 -1
View File
@@ -52,7 +52,7 @@ struct Args {
/// Model provider to use.
#[arg(long, default_value = "anthropic")]
provider: String,
#[arg(long, value_delimiter = ',', default_value = "rs,ts")]
#[arg(long, value_delimiter = ',', default_value = "rs,ts,py")]
languages: Vec<String>,
/// How many times to run each example.
#[arg(long, default_value = "8")]