We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9131b commit e3684abCopy full SHA for e3684ab
Tool/Sources/ChatBasic/ChatGPTFunction.swift
@@ -27,6 +27,7 @@ public enum ChatGPTFunctionResultUserReadableContent: Sendable {
27
28
case text(String)
29
case list([ListItem])
30
+ case searchResult([ListItem], queries: [String])
31
}
32
33
public protocol ChatGPTFunctionResult {
0 commit comments