Skip to content

Commit 735d86b

Browse files
committed
Add docs
1 parent b97922e commit 735d86b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Core/Sources/ChatPlugins/ChatPlugin.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Foundation
22
import OpenAIService
33

44
public protocol ChatPlugin {
5+
/// Should be [a-zA-Z0-9]+
56
static var command: String { get }
67
var name: String { get }
78

0 commit comments

Comments
 (0)