SpringAI사용해보기⓸(FunctionCalling)-개요" style="background-color: #ffffff; color: #172b4d; text-align: start;">개요Spring AI Function Calling 사용해보기 FunctionCalling ?LLM 이 사용자가 정의한 함수를 호출하는 기능//FunctionCallTestService.java@RequiredArgsConstructorpublic class FunctionCallTestService implements Function { private final RestTemplate restTemplate; @Getter @Setter @AllArgsConstructor public sta..