강의

멘토링

커뮤니티

Inflearn Community Q&A

poptato1037's profile image
poptato1037

asked

Complete AI Agent Development All-in-One (w. LangGraph, Google ADK, CrewAI)

Weapon Equipping for LLM / Agent, Web Search Tool Development

firecrawl 사용해서 구현했는데 Url정보를 포함하지 않습니다.

Resolved

Written on

·

69

0

firecrawl 사용해서 구현했는데 Url정보를 답변에서 포함해서 전달이 안되는데 왜 이럴까요?

스크린샷 2025-10-29 오후 10.15.16.png스크린샷 2025-10-29 오후 10.15.51.png

 

python

Answer 1

0

amamov님의 프로필 이미지
amamov
Instructor

LLM이 너무 똑똑해서 Tool을 굳이 사용안했을 확률이 높습니다. description에서 무조건 검색툴을 사용하라고 강력하게 지시내려주면 됩니다! 아래의 문장을 마지막 prompt에 추가해주시면 됩니다.

IMPORTANT: You must use the search TOOL for every single user query, without exception. No matter what the user asks, your first action must be to use the search tool.

poptato1037's profile image
poptato1037

asked

Ask a question