Controller
class ChatController() {
...
@PostMapping("/query")
suspend fun sendMessage() { ... }
}suspend ํค์๋๋ฅผ ์ฌ์ฉํ๋ฉด, kotlin Coroutines๋ฅผ ์ฌ์ฉํ์ฌ ๋น๋๊ธฐ ์ฒ๋ฆฌ๋ฅผ ํ ์ ์๋ค. API๋ฅผ ์ฌ์ฉํ LLM ์๋ต ์๊ฐ์ด ๊ฝค๋ ๋๋ฆฌ๊ธฐ ๋๋ฌธ์ Coroutines๋ฅผ ์ฌ์ฉํ์ฌ ์ดํ๋ฆฌ์ผ์ด์
์ ์๋ต์ฑ์ ๋์ผ ์ ์๋ค.