mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 17:43:00 -05:00
Fix build, baseline
This commit is contained in:
@@ -30,7 +30,7 @@ suite('FindTextInFilesResult', () => {
|
||||
const clz = class extends PromptElement {
|
||||
render() {
|
||||
return <UserMessage>
|
||||
<FindTextInFilesResult textResults={results} />
|
||||
<FindTextInFilesResult textResults={results} maxResults={20} />
|
||||
</UserMessage>;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"name": "edit (toolCalling) [panel] - does not read",
|
||||
"requests": [
|
||||
"76361434c04a973e84596e025817efc52dc7f9acefe2071af168813fbab1441f"
|
||||
"561bc5c1ea6572be977c51f817f1142501614e0e8fbe84dfecefee30d7683086"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"name": "findFilesTool (toolCalling) [panel] - proper glob patterns",
|
||||
"requests": [
|
||||
"a1cfaa5f708b962bbf23445670f96f0ae344b7aa87d332f3cb704c61dab47e62"
|
||||
"b8377faef4e1f04257476bb530fdb1b542decd016a00ae90c189795f37c996f2"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -2,25 +2,25 @@
|
||||
{
|
||||
"name": "notebooks (toolCalling) [panel] - Edit cell tool",
|
||||
"requests": [
|
||||
"7eb26ea6acae12c01746f923cfad48724ad3ae361fcc32ef37a0cd7aba876a6b"
|
||||
"0b4721b2b7fff8790e9d06ba38f69623aebb6e627a42fa7de74be838767ba577"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "notebooks (toolCalling) [panel] - Run cell at a specific index",
|
||||
"requests": [
|
||||
"04966ec21a141eb5868546e642eade2dc15e419218d47e865dae3dafc216f956"
|
||||
"f0f79f9928e8411fcf5fe0d813a326128b72edc30b89251bf207229d2910c644"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "notebooks (toolCalling) [panel] - Run cell tool",
|
||||
"requests": [
|
||||
"f65a1c439bd6fa98d333905647c94a6fa6c86b336a15150bfa973a6714385b37"
|
||||
"bda4bc2b9f5dcfbe26c25d1ae9e99034b29820cbec8c54f592dd68ccaf94cc97"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "notebooks (toolCalling) [panel] - Run cell tool should avoid running markdown cells",
|
||||
"requests": [
|
||||
"d630b894e4b35eb533535843962bb441c6d9e7fb086673c5e689253fe8e079b5"
|
||||
"431b34365a70b3a3ef3202d97ac83ace5233637c62b517ad6360769659ccd258"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -2,13 +2,13 @@
|
||||
{
|
||||
"name": "toolCalling [panel] - find all phone numbers in markdown files in the codebase",
|
||||
"requests": [
|
||||
"61ff04cb540e7874eaf05160ef12807b041dc36e79c1478f426218534ed8e0fa"
|
||||
"0a3e0682792fdb3543968daba8d3e31633a3498beda68f885d645203448bea81"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "toolCalling [panel] - I'm using git, create a new branch called issue-9876",
|
||||
"requests": [
|
||||
"f4e87715f7b5cac1639e2a593a9275bbbc615d6aa904228b800433790bed9636"
|
||||
"c2856ef312f58e9a83a2509548789f23f26adce3b5b44595ce34b88e8d579b26"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -940,9 +940,9 @@
|
||||
{
|
||||
"name": "edit (toolCalling) [panel] - does not read",
|
||||
"contentFilterCount": 0,
|
||||
"passCount": 7,
|
||||
"failCount": 3,
|
||||
"score": 0.7
|
||||
"passCount": 10,
|
||||
"failCount": 0,
|
||||
"score": 1
|
||||
},
|
||||
{
|
||||
"name": "edit [inline] [cpp] - edit for cpp",
|
||||
@@ -9481,9 +9481,9 @@
|
||||
{
|
||||
"name": "notebooks (toolCalling) [panel] - Run cell tool should avoid running markdown cells",
|
||||
"contentFilterCount": 0,
|
||||
"passCount": 10,
|
||||
"failCount": 0,
|
||||
"score": 1
|
||||
"passCount": 5,
|
||||
"failCount": 5,
|
||||
"score": 0.5
|
||||
},
|
||||
{
|
||||
"name": "PR Title and Description [context] - Multiple commits without issue information",
|
||||
|
||||
BIN
extensions/copilot/test/simulation/cache/layers/53e98a53-b403-4038-b94d-8192c72ac082.sqlite
LFS
vendored
Normal file
BIN
extensions/copilot/test/simulation/cache/layers/53e98a53-b403-4038-b94d-8192c72ac082.sqlite
LFS
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user