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: auto-configurations/models/spring-ai-autoconfigure-model-anthropic/src/test/java/org/springframework/ai/model/anthropic/autoconfigure/tool/FunctionCallWithFunctionBeanIT.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,14 +66,14 @@ void functionCallTest() {
66
66
"What's the weather like in San Francisco, in Paris, France and in Tokyo, Japan? Return the temperature in Celsius.");
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-anthropic/src/test/java/org/springframework/ai/model/anthropic/autoconfigure/tool/FunctionCallWithPromptFunctionIT.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ void functionCallTest() {
58
58
"What's the weather like in San Francisco, in Paris and in Tokyo? Return the temperature in Celsius.");
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-azure-openai/src/test/java/org/springframework/ai/model/azure/openai/autoconfigure/tool/FunctionCallWithFunctionBeanIT.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -67,14 +67,14 @@ void functionCallTest() {
67
67
"What's the weather like in San Francisco, Paris and in Tokyo? Use Multi-turn function calling.");
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-azure-openai/src/test/java/org/springframework/ai/model/azure/openai/autoconfigure/tool/FunctionCallWithFunctionWrapperIT.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ void functionCallTest() {
65
65
"What's the weather like in San Francisco, Paris and in Tokyo?");
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-azure-openai/src/test/java/org/springframework/ai/model/azure/openai/autoconfigure/tool/FunctionCallWithPromptFunctionIT.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ void functionCallTest() {
61
61
"What's the weather like in San Francisco, in Paris and in Tokyo? Use Multi-turn function calling.");
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-mistral-ai/src/test/java/org/springframework/ai/model/mistralai/autoconfigure/tool/PaymentStatusBeanIT.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ void functionCallTest() {
68
68
ChatResponseresponse = chatModel
69
69
.call(newPrompt(List.of(newUserMessage("What's the status of my transaction with id T1001?")),
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-mistral-ai/src/test/java/org/springframework/ai/model/mistralai/autoconfigure/tool/PaymentStatusBeanOpenAiIT.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ void functionCallTest() {
75
75
ChatResponseresponse = chatModel
76
76
.call(newPrompt(List.of(newUserMessage("What's the status of my transaction with id T1001?")),
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-mistral-ai/src/test/java/org/springframework/ai/model/mistralai/autoconfigure/tool/PaymentStatusPromptIT.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ void functionCallTest() {
64
64
UserMessageuserMessage = newUserMessage("What's the status of my transaction with id T1001?");
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-mistral-ai/src/test/java/org/springframework/ai/model/mistralai/autoconfigure/tool/WeatherServicePromptIT.java
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-ollama/src/test/java/org/springframework/ai/model/ollama/autoconfigure/tool/FunctionCallbackInPromptIT.java
+2-4
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,7 @@ void functionCallTest() {
70
70
"What are the weather conditions in San Francisco, Tokyo, and Paris? Find the temperature in Celsius for each of the three locations.");
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-ollama/src/test/java/org/springframework/ai/model/ollama/autoconfigure/tool/OllamaFunctionCallbackIT.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ void functionCallTest() {
75
75
"What are the weather conditions in San Francisco, Tokyo, and Paris? Find the temperature in Celsius for each of the three locations.");
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-ollama/src/test/java/org/springframework/ai/model/ollama/autoconfigure/tool/OllamaFunctionToolBeanIT.java
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-ollama/src/test/kotlin/org/springframework/ai/model/ollama/autoconfigure/tool/FunctionCallbackContextKotlinIT.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ class FunctionCallbackResolverKotlinIT : BaseOllamaIT() {
68
68
"What are the weather conditions in San Francisco, Tokyo, and Paris? Find the temperature in Celsius for each of the three locations.")
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-openai/src/test/java/org/springframework/ai/model/openai/autoconfigure/tool/FunctionCallbackInPrompt2IT.java
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-openai/src/test/java/org/springframework/ai/model/openai/autoconfigure/tool/FunctionCallbackInPromptIT.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ void functionCallTest() {
62
62
"What's the weather like in San Francisco, Tokyo, and Paris?");
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-openai/src/test/java/org/springframework/ai/model/openai/autoconfigure/tool/FunctionCallbackWithPlainFunctionBeanIT.java
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-openai/src/test/java/org/springframework/ai/model/openai/autoconfigure/tool/OpenAiFunctionCallback2IT.java
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-openai/src/test/java/org/springframework/ai/model/openai/autoconfigure/tool/OpenAiFunctionCallbackIT.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ void functionCallTest() {
63
63
UserMessageuserMessage = newUserMessage("What's the weather like in San Francisco, Tokyo, and Paris?");
Copy file name to clipboardExpand all lines: auto-configurations/models/tool/spring-ai-autoconfigure-model-tool/src/main/java/org/springframework/ai/model/tool/autoconfigure/ToolCallingAutoConfiguration.java
0 commit comments