Skip to content

Commit 6a72956

Browse files
committed
fix javadoc formatting
1 parent b2a4f01 commit 6a72956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-ai-spring-boot-autoconfigure/src/test/java/org/springframework/ai/autoconfigure/openai/tool/ToolCallWithSpringAIFunctionAnnotationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ void functionCallTest() {
6868

6969
@Configuration
7070
static class Config {
71+
7172
@SpringAiFunction(name = "WeatherInfo", description = "Get the weather in location",
7273
classType = MockWeatherService.Request.class)
7374
public Function<MockWeatherService.Request, MockWeatherService.Response> weatherFunction() {

0 commit comments

Comments
 (0)