buster/packages/ai/tests/steps/unit/analyst-step-file-selection...

834 lines
27 KiB
TypeScript
Raw Normal View History

Mastra braintrust (#391) * type fixes * biome clean on ai * add user to flag chat * attempt to get vercel deployed * Update tsup.config.ts * Update pnpm-lock.yaml * Add @buster/server2 Hono API app with Vercel deployment configuration * slack oauth integration * mainly some clean up and biome formatting * slack oauth * slack migration + snapshot * remove unused files * finalized docker image for porter * Create porter_app_buster-server_3155.yml file * Add integration tests for Slack handler and refactor Slack OAuth service - Introduced integration tests for the Slack handler, covering OAuth initiation, callback handling, and integration status retrieval. - Refactored Slack OAuth service to improve error handling and ensure proper integration state management. - Updated token storage implementation to use a database vault instead of Supabase. - Enhanced existing tests for better coverage and reliability, including cleanup of test data. - Added new utility functions for managing vault secrets in the database. * docker image update * new prompts * individual tests and a schema fix * server build * final working dockerfile * Update Dockerfile * new messages to slack messages (#369) * Update dockerfile * Update validate-env.js * update build pipeline * Update the dockerfile flow * finalize logging for pino * stable base * Update cors middleware logger * Update cors.ts * update docker to be more imformative * Update index.ts * Update auth.ts * Update cors.ts * Update cors.ts * Update logger.ts * remove logs * more cors updates * build server shared * Refactor PostgreSQL credentials handling and remove unused memory storage. Update package dependencies. (#370) * tons of file parsing errors (#371) * Refactor PostgreSQL credentials handling and remove unused memory storage. Update package dependencies. * tons of file parsing errors * Dev mode updates * more stable electric handler * Dal/agent-self-healing-fixes (#372) * change to 6 min * optmizations around saving and non-blocking actions. * stream optimizations * Dal/agent-self-healing-fixes (#373) * change to 6 min * optmizations around saving and non-blocking actions. * stream optimizations * change porter staging deploy to mastra-braintrust. * new path for porter deploy * deploy to staging fix * Create porter_app_mastra-braintrust-api_3155.yml file (#375) Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com> * Update sizing and opacity * supe up the instance for mastra * environment staging * ssl script * copy path * Update list padding * no throttle and the anthropic cached * move select to the top * Update margin inline start * shrink reasoning vertical space to 2px * semi bold font for headers * update animation timing * haiku * Add createTodoList tool and integrate into create-todos-step * chat helper on post chat * only trigger cicd when change made * Start created streaming text components * Refactor analyst agent task to initialize Braintrust logging asynchronously and parallelize database queries for improved performance. Adjusted cleanup timeout for Braintrust traces to reduce delays. * fixed reasoned for X, so that it rounds down to the minute * Update users page * update build pipeline for new web * document title update * Named chats for page * Datasets titles * Refactor visualization tools and enhance error handling in retryable agent stream. Removed unused metricValueLabel from metrics file tool, updated metric configuration schemas, and improved healing mechanism for tool errors during streaming. * analyst * document title updates * Update useDocumentTitle.tsx * Refactor tool choice configuration in create-todos-step to use structured object. Remove exponential backoff logic from retryable agent stream for healable errors. Introduce new test for real-world healing scenarios in retryable agent stream. * Refactor SQL validation logic in modify-metrics-file-tool to skip unnecessary checks when SQL has not changed. Enhance error handling and update validation messages. Clean up code formatting for improved readability. * update collapse for filecard * chevron collapse * Jacob prompt changes (#376) * prompt changes to improve filtering logic and handle priv/sec errors * prompt changes to make aggregation better and improved filter best practices * Update packages/ai/src/steps/create-todos-step.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update packages/ai/src/agents/think-and-prep-agent/think-and-prep-instructions.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update packages/ai/src/steps/create-todos-step.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> Co-authored-by: dal <dallin@buster.so> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * think and prep * change header and strong fonts weights * Update get collection * combo chart x axis update * Create a chart schemas as types * schema types * simple unit tests for line chart props * fix the response file ordering iwth active selection. * copy around reasoning messages taken care of * fix nullable user message and file processing and such. * update ticks for chart config * fix todo parsing. * app markdown update * Update splitter to use border instead of width * change ml * If no file is found we should auto redirect * Refactor database connection handling to support SSL modes. Introduced functions to extract SSL parameters and manage connections based on SSL requirements, including a custom verifier for unverified connections. * black box message update * chat title updates * optimizations for trigger. * some keepalive logic on the anthropic cached * keep title empty until new one * no duplicate messages * null user message on asset pull * posthog error handling * 20 sec idle timeout on anthropic * null req message * fixed modificiation names missing * Refactor tool call handling to support new content array format in asset messages and context loaders * cache most recent file from workflow * Enhance date and number detection in createDataMetadata function to improve data type handling for metrics files * group hover effect for message * logging for chat * Add messageId handling and file association tracking in dashboard and metrics tools - Updated runtime context to include messageId in create and modify dashboard and metrics file tools. - Implemented file association tracking based on messageId in create and modify functions for both dashboards and metrics. - Ensured type consistency by using AnalystRuntimeContext in runtime context parameters. * logging for chat * message type update * Route to first file instead * trigger moved to catalog * Enhance file selection logic to support YAML parsing and improve logging - Updated `extractMetricIdsFromDashboard` to first attempt JSON parsing, falling back to a regex-based YAML parsing for metric IDs. - Added detailed debug logging in `selectFilesForResponse` to track file selection process, including metrics and dashboards involved. - Introduced tests for various scenarios in `file-selection.test.ts` to ensure correct behavior with dashboard context and edge cases. * trigger dev v4-beta * Retry + Self Healing (#381) * Refactor retry logic in analyst and think-and-prep steps Co-authored-by: dallin <dallin@buster.so> * some fixes * console log error * self healing * todos retry --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> * remove lots of logs * Remove chat streaming * Remove chat streaming * timeout * Change to updated at field * link to home * Update timeout settings for HTTP and HTTPS agents from 20 seconds to 10 seconds for improved responsiveness. * Add utils module and integrate message conversion in post_chat_handler * Implement error handling for extract values (#382) * Remove chat streaming * Improve error handling and logging in extract values and chat title steps Co-authored-by: dallin <dallin@buster.so> --------- Co-authored-by: Nate Kelley <nate@buster.so> Co-authored-by: Cursor Agent <cursoragent@cursor.com> * loading icon for buster avatar * finalize tooltip cache * upgrade mastra * increase retries * Add redo functionality for chat messages - Introduced `redoFromMessageId` parameter in `handleExistingChat` to allow users to specify a message to redo from. - Implemented validation to ensure the specified message belongs to the current chat. - Added `softDeleteMessagesFromPoint` function to soft delete a message and all subsequent messages in the same chat, facilitating the redo feature. * fix electric potential memory leak * tooltip cache and chart cleanup * Update bullet to be more indented * latest version number * add support endpoint to new server * Fix jank in combo bar charts * index check for dashboard * Collapse only if there are metrics * Is finished reasoing back * Update dependencies and enhance chat message handling - Upgraded `@mastra/core` to version 0.10.8 and added `node-sql-parser` at version 5.3.10 in the lock file. - Improved integration tests for chat message redo functionality, ensuring correct behavior when deriving `chat_id` from `message_id`. - Enhanced error handling and validation in the `initializeChat` function to manage cases where `chat_id` is not provided. * Update pnpm-lock and enhance chat message integration tests - Added `node-sql-parser` version 5.3.10 to dependencies and updated the lock file. - Improved integration tests for chat message redo functionality, ensuring accurate deletion and retrieval of messages. - Enhanced the `initializeChat` function to derive `chat_id` from `message_id` when not provided, improving error handling and validation. * remove .env import breaking build * add updated at to the get chat handler * zmall runtime error fix * permission tests passing * return updated at on the get chat handler now * slq parser fixes * Implement chat access control logic and add comprehensive tests - Developed the `canUserAccessChat` function to determine user access to chats based on direct permissions, collection permissions, creator status, and organizational roles. - Introduced helper functions for checking permissions and retrieving chat information. - Added integration tests to validate access control logic, covering various scenarios including direct permissions, collection permissions, and user roles. - Created unit tests to ensure the correctness of the access control function with mocked database interactions. - Included simple integration tests to verify functionality with existing database data. * sql parser and int tests working. * fix test and lint issues * comment to kick off deployment lo * access controls on datasets * electric context bug fix with sql helpers. * permission and read only * Add lru-cache dependency and export cache management functions - Added `lru-cache` as a dependency in the access-controls package. - Exported new cache management functions from `chats-cached` module, including `canUserAccessChatCached`, `getCacheStats`, `resetCacheStats`, `clearCache`, `invalidateAccess`, `invalidateUserAccess`, and `invalidateChatAccess`. * packages deploy as well * wrong workflow lol * Update AppVerticalCodeSplitter.tsx * Add error handling for query run and SQL save operations Co-authored-by: natemkelley <natemkelley@gmail.com> * Trim whitespace from input values before sending chat prompts Co-authored-by: natemkelley <natemkelley@gmail.com> * type in think-and-prep * use the cached access chat * update package version * new asset import message * Error fallback for login * Update BusterChart.BarChart.stories.tsx * Staging changes to fix number card titles, combo chart axis, and using dynamic filters (#386) Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> * db init command pass through * combo chart fixes (#387) Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> * clarifying question and connection logic * pino pretty error fix * clarifying is a finishing tool * change update latest version logic * Update support endpoint * fixes for horizontal bar charts and added the combo chart logic to update metrics (#388) Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> * permission fix on dashboard metric handlers for workspace and data admin * Add more try catches * Hide avatar is no more * Horizontal bar fixes (#389) * fixes for horizontal bar charts and added the combo chart logic to update metrics * hopefully fixed horizontal bar charts --------- Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> * reasoning shimmer update * Make the embed flow work with versions * new account warning update * Move support modal * compact number for pie label * Add final reasoning message tracking and workflow start time to chunk processor and related steps - Introduced `finalReasoningMessage` to schemas in `analyst-step`, `mark-message-complete-step`, and `create-todos-step`. - Updated `ChunkProcessor` to calculate and store the final reasoning message based on workflow duration. - Enhanced various steps to utilize the new `workflowStartTime` for better tracking of execution duration. - Improved database update logic to include `finalReasoningMessage` when applicable. * 9 digit cutoff for pie * trigger update * test on mastra braintrust * test deployment * testing * pnpm install * pnpm * node 22 * pnpm version * trigger main * get initial chat file * hono main deploymenbt * clear timeouts * Remove console logs * migration test to staging * db url * try again * k get rid of tls var * hmmm lets try this * mark migrations * fix migration file? * drizzle-kit upgrade * tweaks to the github actions --------- Co-authored-by: Nate Kelley <nate@buster.so> Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com> Co-authored-by: Nate Kelley <133379588+nate-kelley-buster@users.noreply.github.com> Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> Co-authored-by: jacob-buster <jacob@buster.so> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: natemkelley <natemkelley@gmail.com>
2025-07-03 05:33:40 +08:00
import { describe, expect, test } from 'vitest';
import type {
ChatMessageReasoningMessage,
ChatMessageResponseMessage,
} from '../../../../../server/src/types/chat-types/chat-message.type';
import { hasFailureIndicators, hasFileFailureIndicators } from '../../../src/utils/database/types';
// Import the functions we want to test (we'll need to export them from analyst-step.ts)
// For now, I'll copy them here for testing
interface ExtractedFile {
id: string;
fileType: 'metric' | 'dashboard';
fileName: string;
status: 'completed' | 'failed' | 'loading';
ymlContent?: string;
}
function extractFilesFromReasoning(
reasoningHistory: ChatMessageReasoningMessage[]
): ExtractedFile[] {
const files: ExtractedFile[] = [];
for (const entry of reasoningHistory) {
// Multi-layer safety checks:
// 1. Must be a files entry with completed status
// 2. Must not have any failure indicators (additional safety net)
// 3. Individual files must have completed status
if (
entry.type === 'files' &&
entry.status === 'completed' &&
entry.files &&
!hasFailureIndicators(entry)
) {
for (const fileId of entry.file_ids || []) {
const file = entry.files[fileId];
// Enhanced file validation:
// - File must exist and have completed status
// - File must not have error indicators
// - File must have required properties (file_type, file_name)
if (
file &&
file.status === 'completed' &&
file.file_type &&
file.file_name &&
!hasFileFailureIndicators(file)
) {
files.push({
id: fileId,
fileType: file.file_type as 'metric' | 'dashboard',
fileName: file.file_name,
status: 'completed',
ymlContent: file.file?.text,
});
}
}
}
}
return files;
}
function selectFilesForResponse(files: ExtractedFile[]): ExtractedFile[] {
// Separate dashboards and metrics
const dashboards = files.filter((f) => f.fileType === 'dashboard');
const metrics = files.filter((f) => f.fileType === 'metric');
// Apply priority logic
if (dashboards.length > 0) {
return dashboards; // Return all dashboards
}
if (metrics.length > 0) {
return metrics; // Return all metrics
}
return []; // No files to return
}
function createFileResponseMessages(files: ExtractedFile[]): ChatMessageResponseMessage[] {
return files.map((file) => ({
id: crypto.randomUUID(),
type: 'file' as const,
file_type: file.fileType,
file_name: file.fileName,
version_number: 1,
filter_version_id: null,
metadata: [
{
status: 'completed' as const,
message: `${file.fileType === 'dashboard' ? 'Dashboard' : 'Metric'} created successfully`,
timestamp: Date.now(),
},
],
}));
}
describe('Analyst Step File Selection', () => {
describe('extractFilesFromReasoning', () => {
test('should extract completed metric files', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'files',
title: 'Creating 2 metrics',
status: 'completed',
file_ids: ['file-1', 'file-2'],
files: {
'file-1': {
id: 'file-1',
file_type: 'metric',
file_name: 'revenue_metric.yml',
version_number: 1,
status: 'completed',
file: {
text: 'metric: revenue\ntype: sum',
},
},
'file-2': {
id: 'file-2',
file_type: 'metric',
file_name: 'user_count_metric.yml',
version_number: 1,
status: 'completed',
file: {
text: 'metric: user_count\ntype: count',
},
},
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
expect(extracted).toHaveLength(2);
expect(extracted[0]).toEqual({
id: 'file-1',
fileType: 'metric',
fileName: 'revenue_metric.yml',
status: 'completed',
ymlContent: 'metric: revenue\ntype: sum',
});
expect(extracted[1]).toEqual({
id: 'file-2',
fileType: 'metric',
fileName: 'user_count_metric.yml',
status: 'completed',
ymlContent: 'metric: user_count\ntype: count',
});
});
test('should extract completed dashboard files', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'files',
title: 'Creating 1 dashboard',
status: 'completed',
file_ids: ['dash-1'],
files: {
'dash-1': {
id: 'dash-1',
file_type: 'dashboard',
file_name: 'sales_dashboard.yml',
version_number: 1,
status: 'completed',
file: {
text: 'dashboard: sales\nmetrics: [revenue, user_count]',
},
},
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
expect(extracted).toHaveLength(1);
expect(extracted[0]).toEqual({
id: 'dash-1',
fileType: 'dashboard',
fileName: 'sales_dashboard.yml',
status: 'completed',
ymlContent: 'dashboard: sales\nmetrics: [revenue, user_count]',
});
});
test('should skip files with loading or failed status', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'files',
title: 'Creating metrics',
status: 'completed', // Entry is completed but individual files may not be
file_ids: ['file-1', 'file-2', 'file-3'],
files: {
'file-1': {
id: 'file-1',
file_type: 'metric',
file_name: 'metric1.yml',
version_number: 1,
status: 'completed',
file: { text: 'completed metric' },
},
'file-2': {
id: 'file-2',
file_type: 'metric',
file_name: 'metric2.yml',
version_number: 1,
status: 'loading',
file: { text: 'loading metric' },
},
'file-3': {
id: 'file-3',
file_type: 'metric',
file_name: 'metric3.yml',
version_number: 1,
status: 'failed',
file: { text: 'failed metric' },
},
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
expect(extracted).toHaveLength(1);
const firstExtracted = extracted[0];
expect(firstExtracted).toBeDefined();
expect(firstExtracted?.id).toBe('file-1');
expect(firstExtracted?.status).toBe('completed');
});
test('should skip reasoning entries with non-completed status', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'files',
title: 'Creating metrics',
status: 'loading', // Still in progress
file_ids: ['file-1'],
files: {
'file-1': {
id: 'file-1',
file_type: 'metric',
file_name: 'metric.yml',
version_number: 1,
status: 'completed',
file: { text: 'metric content' },
},
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
expect(extracted).toHaveLength(0);
});
test('should handle mixed file types from multiple entries', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'files',
title: 'Creating metrics',
status: 'completed',
file_ids: ['metric-1', 'metric-2'],
files: {
'metric-1': {
id: 'metric-1',
file_type: 'metric',
file_name: 'metric1.yml',
version_number: 1,
status: 'completed',
file: { text: 'metric 1' },
},
'metric-2': {
id: 'metric-2',
file_type: 'metric',
file_name: 'metric2.yml',
version_number: 1,
status: 'completed',
file: { text: 'metric 2' },
},
},
},
{
id: 'reason-2',
type: 'files',
title: 'Creating dashboard',
status: 'completed',
file_ids: ['dash-1'],
files: {
'dash-1': {
id: 'dash-1',
file_type: 'dashboard',
file_name: 'dashboard.yml',
version_number: 1,
status: 'completed',
file: { text: 'dashboard content' },
},
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
expect(extracted).toHaveLength(3);
expect(extracted.filter((f) => f.fileType === 'metric')).toHaveLength(2);
expect(extracted.filter((f) => f.fileType === 'dashboard')).toHaveLength(1);
});
test('should handle empty reasoning history', () => {
const extracted = extractFilesFromReasoning([]);
expect(extracted).toHaveLength(0);
});
test('should reject files from entries with error indicators (failure detection)', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'entry-with-error',
type: 'files',
title: 'Creating metrics',
status: 'completed', // Status says completed
error: 'Validation warnings occurred', // But has error field - this should prevent file extraction
file_ids: ['file-1'],
files: {
'file-1': {
id: 'file-1',
file_type: 'metric',
file_name: 'metric.yml',
version_number: 1,
status: 'completed',
file: { text: 'metric: test' },
},
},
} as any,
];
const extracted = extractFilesFromReasoning(reasoningHistory);
// Should extract no files due to error indicator in entry
// With our new logic, entry-level errors should still prevent extraction
expect(extracted).toHaveLength(0);
});
test('should reject individual files with error properties (enhanced validation)', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'entry-clean',
type: 'files',
title: 'Creating metrics',
status: 'completed',
file_ids: ['file-1', 'file-2'],
files: {
'file-1': {
id: 'file-1',
file_type: 'metric',
file_name: 'good_metric.yml',
version_number: 1,
status: 'completed',
file: { text: 'metric: good' },
},
'file-2': {
id: 'file-2',
file_type: 'metric',
file_name: 'problematic_metric.yml',
version_number: 1,
status: 'completed', // Status completed
error: 'Schema validation warning', // But has error property
file: { text: 'metric: problematic' },
} as any,
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
// Should only extract the file without error properties
expect(extracted).toHaveLength(1);
const goodFile = extracted[0];
expect(goodFile).toBeDefined();
expect(goodFile?.id).toBe('file-1');
expect(goodFile?.fileName).toBe('good_metric.yml');
});
test('should skip non-file reasoning entries', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'text',
title: 'Thinking...',
status: 'completed',
message: 'Some thinking process',
},
{
id: 'reason-2',
type: 'pills',
title: 'Analysis',
status: 'completed',
pill_containers: [],
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
expect(extracted).toHaveLength(0);
});
});
describe('selectFilesForResponse', () => {
test('should return all dashboards when dashboards exist', () => {
const files: ExtractedFile[] = [
{ id: 'dash-1', fileType: 'dashboard', fileName: 'dash1.yml', status: 'completed' },
{ id: 'dash-2', fileType: 'dashboard', fileName: 'dash2.yml', status: 'completed' },
{ id: 'metric-1', fileType: 'metric', fileName: 'metric1.yml', status: 'completed' },
{ id: 'metric-2', fileType: 'metric', fileName: 'metric2.yml', status: 'completed' },
];
const selected = selectFilesForResponse(files);
expect(selected).toHaveLength(2);
expect(selected.every((f) => f.fileType === 'dashboard')).toBe(true);
expect(selected.map((f) => f.id)).toEqual(['dash-1', 'dash-2']);
});
test('should return all metrics when only metrics exist', () => {
const files: ExtractedFile[] = [
{ id: 'metric-1', fileType: 'metric', fileName: 'metric1.yml', status: 'completed' },
{ id: 'metric-2', fileType: 'metric', fileName: 'metric2.yml', status: 'completed' },
{ id: 'metric-3', fileType: 'metric', fileName: 'metric3.yml', status: 'completed' },
];
const selected = selectFilesForResponse(files);
expect(selected).toHaveLength(3);
expect(selected.every((f) => f.fileType === 'metric')).toBe(true);
expect(selected.map((f) => f.id)).toEqual(['metric-1', 'metric-2', 'metric-3']);
});
test('should return single metric when only one metric exists', () => {
const files: ExtractedFile[] = [
{ id: 'metric-1', fileType: 'metric', fileName: 'metric1.yml', status: 'completed' },
];
const selected = selectFilesForResponse(files);
expect(selected).toHaveLength(1);
const firstSelected = selected[0];
expect(firstSelected).toBeDefined();
expect(firstSelected?.id).toBe('metric-1');
expect(firstSelected?.fileType).toBe('metric');
});
test('should return single dashboard when only one dashboard exists', () => {
const files: ExtractedFile[] = [
{ id: 'dash-1', fileType: 'dashboard', fileName: 'dash1.yml', status: 'completed' },
];
const selected = selectFilesForResponse(files);
expect(selected).toHaveLength(1);
const firstSelected = selected[0];
expect(firstSelected).toBeDefined();
expect(firstSelected?.id).toBe('dash-1');
expect(firstSelected?.fileType).toBe('dashboard');
});
test('should return empty array when no files exist', () => {
const selected = selectFilesForResponse([]);
expect(selected).toHaveLength(0);
});
test('should prioritize single dashboard over multiple metrics', () => {
const files: ExtractedFile[] = [
{ id: 'metric-1', fileType: 'metric', fileName: 'metric1.yml', status: 'completed' },
{ id: 'metric-2', fileType: 'metric', fileName: 'metric2.yml', status: 'completed' },
{ id: 'metric-3', fileType: 'metric', fileName: 'metric3.yml', status: 'completed' },
{ id: 'dash-1', fileType: 'dashboard', fileName: 'dash1.yml', status: 'completed' },
];
const selected = selectFilesForResponse(files);
expect(selected).toHaveLength(1);
const firstSelected = selected[0];
expect(firstSelected).toBeDefined();
expect(firstSelected?.id).toBe('dash-1');
expect(firstSelected?.fileType).toBe('dashboard');
});
});
describe('createFileResponseMessages', () => {
test('should create response messages for metric files', () => {
const files: ExtractedFile[] = [
{ id: 'metric-1', fileType: 'metric', fileName: 'revenue.yml', status: 'completed' },
{ id: 'metric-2', fileType: 'metric', fileName: 'users.yml', status: 'completed' },
];
const messages = createFileResponseMessages(files);
expect(messages).toHaveLength(2);
const firstMessage = messages[0];
expect(firstMessage).toBeDefined();
expect(firstMessage).toMatchObject({
type: 'file',
file_type: 'metric',
file_name: 'revenue.yml',
version_number: 1,
filter_version_id: null,
});
if (firstMessage && firstMessage.type === 'file' && firstMessage.metadata) {
const firstMetadata = firstMessage.metadata[0];
expect(firstMetadata).toBeDefined();
expect(firstMetadata).toMatchObject({
status: 'completed',
message: 'Metric created successfully',
});
expect(firstMetadata?.timestamp).toBeTypeOf('number');
}
expect(messages[1]).toMatchObject({
type: 'file',
file_type: 'metric',
file_name: 'users.yml',
version_number: 1,
});
});
test('should create response messages for dashboard files', () => {
const files: ExtractedFile[] = [
{
id: 'dash-1',
fileType: 'dashboard',
fileName: 'sales_dashboard.yml',
status: 'completed',
},
];
const messages = createFileResponseMessages(files);
expect(messages).toHaveLength(1);
const firstMessage = messages[0];
expect(firstMessage).toBeDefined();
expect(firstMessage).toMatchObject({
type: 'file',
file_type: 'dashboard',
file_name: 'sales_dashboard.yml',
version_number: 1,
filter_version_id: null,
});
if (firstMessage && firstMessage.type === 'file' && firstMessage.metadata) {
const firstMetadata = firstMessage.metadata[0];
expect(firstMetadata).toBeDefined();
expect(firstMetadata).toMatchObject({
status: 'completed',
message: 'Dashboard created successfully',
});
}
});
test('should generate unique IDs for each message', () => {
const files: ExtractedFile[] = [
{ id: 'file-1', fileType: 'metric', fileName: 'metric1.yml', status: 'completed' },
{ id: 'file-2', fileType: 'metric', fileName: 'metric2.yml', status: 'completed' },
];
const messages = createFileResponseMessages(files);
const firstMessage = messages[0];
const secondMessage = messages[1];
expect(firstMessage).toBeDefined();
expect(secondMessage).toBeDefined();
expect(firstMessage?.id).toBeTypeOf('string');
expect(secondMessage?.id).toBeTypeOf('string');
expect(firstMessage?.id).not.toBe(secondMessage?.id);
});
test('should handle empty file array', () => {
const messages = createFileResponseMessages([]);
expect(messages).toHaveLength(0);
});
});
describe('Integration: Complete File Selection Flow', () => {
test('Scenario 1: Only dashboards created - return all dashboards', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'files',
title: 'Creating dashboards',
status: 'completed',
file_ids: ['dash-1', 'dash-2'],
files: {
'dash-1': {
id: 'dash-1',
file_type: 'dashboard',
file_name: 'sales_dashboard.yml',
version_number: 1,
status: 'completed',
file: { text: 'dashboard 1 content' },
},
'dash-2': {
id: 'dash-2',
file_type: 'dashboard',
file_name: 'marketing_dashboard.yml',
version_number: 1,
status: 'completed',
file: { text: 'dashboard 2 content' },
},
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
const selected = selectFilesForResponse(extracted);
const messages = createFileResponseMessages(selected);
expect(extracted).toHaveLength(2);
expect(selected).toHaveLength(2);
expect(messages).toHaveLength(2);
expect(messages.every((m) => m.type === 'file' && m.file_type === 'dashboard')).toBe(true);
});
test('Scenario 2: Multiple metrics created - return all metrics', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'files',
title: 'Creating metrics',
status: 'completed',
file_ids: ['metric-1', 'metric-2', 'metric-3'],
files: {
'metric-1': {
id: 'metric-1',
file_type: 'metric',
file_name: 'revenue.yml',
version_number: 1,
status: 'completed',
file: { text: 'metric 1' },
},
'metric-2': {
id: 'metric-2',
file_type: 'metric',
file_name: 'users.yml',
version_number: 1,
status: 'completed',
file: { text: 'metric 2' },
},
'metric-3': {
id: 'metric-3',
file_type: 'metric',
file_name: 'growth.yml',
version_number: 1,
status: 'completed',
file: { text: 'metric 3' },
},
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
const selected = selectFilesForResponse(extracted);
const messages = createFileResponseMessages(selected);
expect(extracted).toHaveLength(3);
expect(selected).toHaveLength(3);
expect(messages).toHaveLength(3);
expect(messages.every((m) => m.type === 'file' && m.file_type === 'metric')).toBe(true);
});
test('Scenario 3: Single metric created - return the single metric', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'files',
title: 'Creating metric',
status: 'completed',
file_ids: ['metric-1'],
files: {
'metric-1': {
id: 'metric-1',
file_type: 'metric',
file_name: 'revenue.yml',
version_number: 1,
status: 'completed',
file: { text: 'single metric' },
},
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
const selected = selectFilesForResponse(extracted);
const messages = createFileResponseMessages(selected);
expect(extracted).toHaveLength(1);
expect(selected).toHaveLength(1);
expect(messages).toHaveLength(1);
const firstMessage = messages[0];
expect(firstMessage).toBeDefined();
expect(firstMessage?.type).toBe('file');
if (firstMessage && firstMessage.type === 'file') {
expect(firstMessage.file_type).toBe('metric');
}
});
test('Scenario 4: Metrics and dashboards created - return only dashboards', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'files',
title: 'Creating metrics',
status: 'completed',
file_ids: ['metric-1', 'metric-2'],
files: {
'metric-1': {
id: 'metric-1',
file_type: 'metric',
file_name: 'revenue.yml',
version_number: 1,
status: 'completed',
file: { text: 'metric 1' },
},
'metric-2': {
id: 'metric-2',
file_type: 'metric',
file_name: 'users.yml',
version_number: 1,
status: 'completed',
file: { text: 'metric 2' },
},
},
},
{
id: 'reason-2',
type: 'files',
title: 'Creating dashboards',
status: 'completed',
file_ids: ['dash-1', 'dash-2'],
files: {
'dash-1': {
id: 'dash-1',
file_type: 'dashboard',
file_name: 'sales_dashboard.yml',
version_number: 1,
status: 'completed',
file: { text: 'dashboard 1' },
},
'dash-2': {
id: 'dash-2',
file_type: 'dashboard',
file_name: 'marketing_dashboard.yml',
version_number: 1,
status: 'completed',
file: { text: 'dashboard 2' },
},
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
const selected = selectFilesForResponse(extracted);
const messages = createFileResponseMessages(selected);
expect(extracted).toHaveLength(4); // 2 metrics + 2 dashboards
expect(selected).toHaveLength(2); // Only dashboards
expect(messages).toHaveLength(2);
expect(messages.every((m) => m.type === 'file' && m.file_type === 'dashboard')).toBe(true);
expect(messages.map((m) => (m.type === 'file' ? m.file_name : ''))).toEqual([
'sales_dashboard.yml',
'marketing_dashboard.yml',
]);
});
test('Scenario 5: Modified files are also included', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'files',
title: 'Modifying metrics',
status: 'completed',
file_ids: ['metric-1-mod', 'metric-2-mod'],
files: {
'metric-1-mod': {
id: 'metric-1-mod',
file_type: 'metric',
file_name: 'revenue_modified.yml',
version_number: 2,
status: 'completed',
file: { text: 'modified metric 1' },
},
'metric-2-mod': {
id: 'metric-2-mod',
file_type: 'metric',
file_name: 'users_modified.yml',
version_number: 2,
status: 'completed',
file: { text: 'modified metric 2' },
},
},
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
const selected = selectFilesForResponse(extracted);
const messages = createFileResponseMessages(selected);
expect(extracted).toHaveLength(2);
expect(selected).toHaveLength(2);
expect(messages).toHaveLength(2);
expect(messages.every((m) => m.type === 'file' && m.file_type === 'metric')).toBe(true);
});
test('Scenario 6: No files created - return empty', () => {
const reasoningHistory: ChatMessageReasoningMessage[] = [
{
id: 'reason-1',
type: 'text',
title: 'Thinking',
status: 'completed',
message: 'Just thinking, no files created',
},
];
const extracted = extractFilesFromReasoning(reasoningHistory);
const selected = selectFilesForResponse(extracted);
const messages = createFileResponseMessages(selected);
expect(extracted).toHaveLength(0);
expect(selected).toHaveLength(0);
expect(messages).toHaveLength(0);
});
});
});