Skip to content

Commit e3684ab

Browse files
committed
Add type searchResult
1 parent 3e9131b commit e3684ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tool/Sources/ChatBasic/ChatGPTFunction.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public enum ChatGPTFunctionResultUserReadableContent: Sendable {
2727

2828
case text(String)
2929
case list([ListItem])
30+
case searchResult([ListItem], queries: [String])
3031
}
3132

3233
public protocol ChatGPTFunctionResult {

0 commit comments

Comments
 (0)