Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
aluedeke committed Feb 24, 2025
1 parent 7ea69aa commit 7d2e147
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/prompts/checkly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import { CheckContext, ContextKey } from "../aggregator/ContextAggregator";
import { Check } from "../checkly/models";
import { mapCheckToContextValue } from "../checkly/utils";
import { validObjectList, validObject } from "./validation";
import { definePrompt, PromptDefinition } from "./common";
import {
definePrompt,
promptConfig,
PromptConfig,
PromptDefinition,
} from "./common";
import { slackFormatInstructions } from "./slack";
import { z } from "zod";

Expand Down

0 comments on commit 7d2e147

Please sign in to comment.