NL-366, ToolLLM: Facilitating Large Language Models to Master 16000+ Real-world APIs, ICLR 2024
https://chatgpt.com/share/6a8e92f5-4d98-83ee-bc7e-fa26870b2656
[User]
친구 생일 선물을 고르고 싶어.
친구가 헤일리 스타인펠드를 좋아해.
최근 작품을 참고해서 관련 굿즈를 추천해줘.
[Available APIs]
- actor_info(name)
- movie_details(title)
- merchandise_search(keyword)
(인퍼런스시 top-5 api retriver에서 찾아오는 개념)
[Assistant]
Thought: 먼저 배우의 최근 작품을 알아봐야겠다.
API: actor_info
Args: {"name": "Hailee Steinfeld"}
[API Observation]
{"recent_movies": ["Spider-Man: Across the Spider-Verse", ...]}
[Assistant]
Thought: 최근 작품의 캐릭터 정보를 확인해야겠다.
API: movie_details
Args: {"title": "Spider-Man: Across the Spider-Verse"}
[API Observation]
{"role": "Gwen Stacy / Spider-Woman", ...}
Reference
댓글
댓글 쓰기