Find answers from the community

Updated 6 months ago

@Logan M what are some of the ```params

@Logan M what are some of the
Plain Text
params={"additional": "parameters"}
in firecrawl https://docs.llamaindex.ai/en/latest/examples/data_connectors/WebPageDemo/?h=firecrawl#using-firecrawl-reader
W
a
7 comments
issue i am having is when i run the function created by itself i am able to query it but when i add as a tool in the agent it is not able to retrieve content from url?... can i DM you?
Have you tried adding different and more clear description for the agent ?
if Instructions are clear it helps the llm to perform the operation in a much better way
here is the issue i am having no place to add url to extract and ended up doing
Plain Text
curl -X 'POST' \
  'http://0.0.0.0:8003/api/v1/chat' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "messages": [
    {
      "role": "user",
      "content": "What did the author do growing up in the article on http://paulgraham.com/worked.html"
    }
  ]
}'
and the result only takes query, no where to add url @WhiteFang_Jr. here is the agent i am trying to add the firecrawl function into: https://github.com/hivenetwork-ai/hive-agent-py
let me know if you have any questions
Add a reply
Sign up and join the conversation on Discord