You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sidekick/Localizable.xcstrings
+8-8
Original file line number
Diff line number
Diff line change
@@ -50,22 +50,22 @@
50
50
}
51
51
}
52
52
},
53
-
"A new endpoint has been selected, which has been identified as capable of native tool calling. Would you like to turn on native tool calling?" : {
53
+
"A new endpoint has been selected, which has been identified as capable of native function calling. Would you like to turn on native tool calling?" : {
"A new endpoint has been selected, which might not be capable of native tool calling. Would you like to turn off native tool calling?" : {
63
+
"A new endpoint has been selected, which might not be capable of native function calling. Would you like to turn off native tool calling?" : {
64
64
"localizations" : {
65
65
"zh-Hans" : {
66
66
"stringUnit" : {
67
67
"state" : "translated",
68
-
"value" : "已选择新端点,该端点可能不支持原生工具调用功能。是否要关闭原生工具调用?"
68
+
"value" : "已选择新端点,该端点可能不支持原生函数调用功能。是否要关闭原生函数调用?"
69
69
}
70
70
}
71
71
}
@@ -690,12 +690,12 @@
690
690
}
691
691
}
692
692
},
693
-
"Controls whether native tool calling is available for the remote model. Turn it on only when the inference provider supports native tool calling for the selected model." : {
693
+
"Controls whether native function calling is available for the remote model. Turn it on only when the inference provider supports native tool calling for the selected model." : {
Text("Controls whether native tool calling is available for the remote model. Turn it on only when the inference provider supports native tool calling for the selected model.")
187
+
Text("Controls whether native function calling is available for the remote model. Turn it on only when the inference provider supports native tool calling for the selected model.")
if providerSupportsToolCalling ==self.hasNativeToolCalling {
204
208
return
205
209
}
206
210
// Get message
207
-
letmessage:String= providerSupportsToolCalling ?String(localized:"A new endpoint has been selected, which has been identified as capable of native tool calling. Would you like to turn on native tool calling?"):String(
208
-
localized:"A new endpoint has been selected, which might not be capable of native tool calling. Would you like to turn off native tool calling?"
211
+
letmessage:String= providerSupportsToolCalling ?String(localized:"A new endpoint has been selected, which has been identified as capable of native function calling. Would you like to turn on native tool calling?"):String(
212
+
localized:"A new endpoint has been selected, which might not be capable of native function calling. Would you like to turn off native tool calling?"
0 commit comments