Fix repo slug
This commit is contained in:
committed by
pullfrog[bot]
parent
5604cf1868
commit
3fa309853b
@@ -1,3 +1,4 @@
|
||||
import { type } from "arktype";
|
||||
import { ghPullfrogMcpName } from "./external.ts";
|
||||
|
||||
export interface Mode {
|
||||
@@ -6,6 +7,13 @@ export interface Mode {
|
||||
prompt: string;
|
||||
}
|
||||
|
||||
// arktype schema for Mode validation
|
||||
export const ModeSchema = type({
|
||||
name: "string",
|
||||
description: "string",
|
||||
prompt: "string",
|
||||
});
|
||||
|
||||
export interface GetModesParams {
|
||||
disableProgressComment: true | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user