Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Sep 6, 2024
1 parent 370c2b2 commit b0b958a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ export interface KVGraphParams {

export interface HandleKVNodeParams extends KVNodeParams {
client: IScopedClusterClient;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ export async function handleLogFormatDetection({
const logFormat = detectedLogFormatAnswer.log_type;
const header = detectedLogFormatAnswer.header;

return { samplesFormat: {name: logFormat}, header, lastExecutedChain: 'logFormatDetection' };
return { samplesFormat: { name: logFormat }, header, lastExecutedChain: 'logFormatDetection' };
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export interface LogDetectionNodeParams extends LogDetectionBaseNodeParams {
export interface LogDetectionGraphParams {
model: ChatModels;
client: IScopedClusterClient;
}
}

0 comments on commit b0b958a

Please sign in to comment.