We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97922e commit 735d86bCopy full SHA for 735d86b
1 file changed
Core/Sources/ChatPlugins/ChatPlugin.swift
@@ -2,6 +2,7 @@ import Foundation
2
import OpenAIService
3
4
public protocol ChatPlugin {
5
+ /// Should be [a-zA-Z0-9]+
6
static var command: String { get }
7
var name: String { get }
8
0 commit comments