We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b899c08 commit 2e5899aCopy full SHA for 2e5899a
src/completeTask.ts
@@ -162,8 +162,7 @@ export const completeTask = async (
162
return await getLocator(args.elementId).blur();
163
},
164
name: "locator_blur",
165
- description:
166
- "Removes keyboard focus from the current element.",
+ description: "Removes keyboard focus from the current element.",
167
parse: (args: string) => {
168
return z
169
.object({
0 commit comments