We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1c00b commit 9996be1Copy full SHA for 9996be1
client/src/components/PromptsTab.tsx
@@ -43,7 +43,7 @@ const PromptsTab = ({
43
clearPrompts: () => void;
44
getPrompt: (name: string, args: Record<string, string>) => void;
45
selectedPrompt: Prompt | null;
46
- setSelectedPrompt: (prompt: Prompt) => void;
+ setSelectedPrompt: (prompt: Prompt | null) => void;
47
handleCompletion: (
48
ref: PromptReference | ResourceReference,
49
argName: string,
0 commit comments