+
+
+
+ setEditing({
+ ...editing,
+ name: event.currentTarget.value.replace(
+ INVALID_NAME_CHARACTER,
+ '',
+ ),
+ })
+ }
+ autoCapitalize="off"
+ autoCorrect="off"
+ spellCheck={false}
+ disabled={save.isPending}
+ />
+
+
+
+
+ Tell the agent when to use this skill.
+
+
+
+
+
+
+
+