Class FunctionsConfiguration
java.lang.Object
org.bsc.spring.agentexecutor.function.FunctionsConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ai.model.function.FunctionCallback
-
Constructor Details
-
FunctionsConfiguration
-
-
Method Details
-
currentWeatherFunction
@Bean @Description("Get the current weather conditions for the given city.") public Function<WeatherFunction.Request,WeatherFunction.Response> currentWeatherFunction() -
weatherFunctionCallback
@Bean public org.springframework.ai.model.function.FunctionCallback weatherFunctionCallback()
-