feat(context): Add Prompt Caching to Code Context (CODY-4807) #26172
Annotations
8 errors and 1 warning
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=3/5
Property 'cache_control' is missing in type '{ speaker: "human"; text: PromptString; file: ContextItem; }' but required in type 'ContextMessage'.
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=3/5
Property 'cache_control' is missing in type '{ speaker: "human"; text: PromptString; file: { type: "file"; uri: vscode.Uri; source: ContextItemSource.Editor; range: vscode.Range; }; }' but required in type 'ContextMessage'.
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=3/5
Argument of type '{ speaker: "human"; text: PromptString; file: { type: "file"; uri: vscode.Uri; source: ContextItemSource.Editor; range: vscode.Range; }; }' is not assignable to parameter of type 'ContextMessage'.
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=3/5
Argument of type '{ speaker: "human"; text: PromptString; file: { type: "file"; uri: vscode.Uri; source: ContextItemSource.Editor; range: vscode.Range; }; }' is not assignable to parameter of type 'ContextMessage'.
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=3/5
Type '{ speaker: "human"; text: PromptString; file: { type: "file"; uri: Uri; source: ContextItemSource.Editor; }; }[]' is not assignable to type 'ContextMessage[]'.
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=3/5
Type '{ speaker: "human"; text: PromptString; file: { type: "file"; uri: vscode.Uri; source: ContextItemSource.Editor; }; }' does not satisfy the expected type 'ContextMessage'.
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=3/5
Type '{ speaker: "human"; text: PromptString; file: { type: "file"; uri: vscode.Uri; source: ContextItemSource.Editor; }; }' does not satisfy the expected type 'ContextMessage'.
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=3/5
Process completed with exit code 1.
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright/
vscode/test-results/. No artifacts will be uploaded.
|
Loading