fix javadoc formatting

This commit is contained in:
Christian Tzolov
2024-02-14 13:20:26 +01:00
parent b2a4f01761
commit 6a72956c52

View File

@@ -68,6 +68,7 @@ class ToolCallWithSpringAIFunctionAnnotationIT {
@Configuration
static class Config {
@SpringAiFunction(name = "WeatherInfo", description = "Get the weather in location",
classType = MockWeatherService.Request.class)
public Function<MockWeatherService.Request, MockWeatherService.Response> weatherFunction() {