diff --git a/packages/ai/src/steps/post-processing/combine-parallel-results-step.int.test.ts b/packages/ai/src/steps/post-processing/combine-parallel-results-step.int.test.ts index 678d69f00..a65d2ead2 100644 --- a/packages/ai/src/steps/post-processing/combine-parallel-results-step.int.test.ts +++ b/packages/ai/src/steps/post-processing/combine-parallel-results-step.int.test.ts @@ -386,4 +386,4 @@ describe('combine-parallel-results-step integration', () => { ); expect(result.assumptions![1]).toHaveProperty('label', 'major'); }); -}); \ No newline at end of file +}); diff --git a/packages/ai/src/steps/post-processing/combine-parallel-results-step.ts b/packages/ai/src/steps/post-processing/combine-parallel-results-step.ts index 4d4752d7c..21d9128dd 100644 --- a/packages/ai/src/steps/post-processing/combine-parallel-results-step.ts +++ b/packages/ai/src/steps/post-processing/combine-parallel-results-step.ts @@ -107,4 +107,4 @@ export const combineParallelResultsStep = createStep({ inputSchema, outputSchema: combineParallelResultsOutputSchema, execute: combineParallelResultsStepExecution, -}); \ No newline at end of file +}); diff --git a/packages/ai/src/steps/post-processing/flag-chat-step.int.test.ts b/packages/ai/src/steps/post-processing/flag-chat-step.int.test.ts index a169229d6..f6137cdbe 100644 --- a/packages/ai/src/steps/post-processing/flag-chat-step.int.test.ts +++ b/packages/ai/src/steps/post-processing/flag-chat-step.int.test.ts @@ -339,4 +339,4 @@ describe('flag-chat-step integration', () => { expect(result.flagChatTitle).toBeDefined(); } }); -}); \ No newline at end of file +}); diff --git a/packages/ai/src/steps/post-processing/flag-chat-step.ts b/packages/ai/src/steps/post-processing/flag-chat-step.ts index 8db3c8121..3e04f6585 100644 --- a/packages/ai/src/steps/post-processing/flag-chat-step.ts +++ b/packages/ai/src/steps/post-processing/flag-chat-step.ts @@ -252,4 +252,4 @@ export const flagChatStep = createStep({ inputSchema, outputSchema: flagChatOutputSchema, execute: flagChatStepExecution, -}); \ No newline at end of file +}); diff --git a/packages/ai/src/steps/post-processing/format-follow-up-message-step.int.test.ts b/packages/ai/src/steps/post-processing/format-follow-up-message-step.int.test.ts index f644451ef..5915cb6f3 100644 --- a/packages/ai/src/steps/post-processing/format-follow-up-message-step.int.test.ts +++ b/packages/ai/src/steps/post-processing/format-follow-up-message-step.int.test.ts @@ -115,4 +115,4 @@ describe('format-follow-up-message-step integration', () => { expect(Array.isArray(result.assumptions)).toBe(true); expect(result.assumptions).toHaveLength(2); }); -}); \ No newline at end of file +}); diff --git a/packages/ai/src/steps/post-processing/format-follow-up-message-step.ts b/packages/ai/src/steps/post-processing/format-follow-up-message-step.ts index c336defce..dd77481f6 100644 --- a/packages/ai/src/steps/post-processing/format-follow-up-message-step.ts +++ b/packages/ai/src/steps/post-processing/format-follow-up-message-step.ts @@ -155,4 +155,4 @@ export const formatFollowUpMessageStep = createStep({ inputSchema, outputSchema: formatFollowUpMessageOutputSchema, execute: formatFollowUpMessageStepExecution, -}); \ No newline at end of file +}); diff --git a/packages/ai/src/steps/post-processing/format-initial-message-step.int.test.ts b/packages/ai/src/steps/post-processing/format-initial-message-step.int.test.ts index d3b1bb1dd..2a22c1d4c 100644 --- a/packages/ai/src/steps/post-processing/format-initial-message-step.int.test.ts +++ b/packages/ai/src/steps/post-processing/format-initial-message-step.int.test.ts @@ -180,4 +180,4 @@ describe('format-initial-message-step integration', () => { expect(result.assumptions).toHaveLength(1); expect(result.assumptions?.[0]?.label).toBe('minor'); }); -}); \ No newline at end of file +}); diff --git a/packages/ai/src/steps/post-processing/format-initial-message-step.ts b/packages/ai/src/steps/post-processing/format-initial-message-step.ts index 99a1840b8..76a35b2c7 100644 --- a/packages/ai/src/steps/post-processing/format-initial-message-step.ts +++ b/packages/ai/src/steps/post-processing/format-initial-message-step.ts @@ -167,4 +167,4 @@ export const formatInitialMessageStep = createStep({ inputSchema, outputSchema: formatInitialMessageOutputSchema, execute: formatInitialMessageStepExecution, -}); \ No newline at end of file +}); diff --git a/packages/ai/src/steps/post-processing/identify-assumptions-step.int.test.ts b/packages/ai/src/steps/post-processing/identify-assumptions-step.int.test.ts index 683a350a6..d24c97d42 100644 --- a/packages/ai/src/steps/post-processing/identify-assumptions-step.int.test.ts +++ b/packages/ai/src/steps/post-processing/identify-assumptions-step.int.test.ts @@ -319,4 +319,4 @@ describe('identify-assumptions-step integration', () => { expect(result.assumptions).toBeUndefined(); } }); -}); \ No newline at end of file +}); diff --git a/packages/database/src/helpers/braintrustMetadata.ts b/packages/database/src/helpers/braintrustMetadata.ts index b2581484d..8d70c6872 100644 --- a/packages/database/src/helpers/braintrustMetadata.ts +++ b/packages/database/src/helpers/braintrustMetadata.ts @@ -79,4 +79,4 @@ export async function getBraintrustMetadata( ? error : new Error(`Failed to get Braintrust metadata: ${String(error)}`); } -} \ No newline at end of file +}