Find answers from the community

Updated 4 months ago

How much would would it be to make a

At a glance

The community member posted a question about the cost of creating a tool from the provided link to the LlamaIndex API documentation. In the comments, another community member suggested that "Anything can be tool, if you wrap it with FunctionTool" and mentioned the OnDemandLoaderTool as a potential solution if the outputs are expected to be large. Another community member expressed interest in the idea, while a third asked about the proper way to test a tool. There is no explicitly marked answer in the provided information.

Useful resources
L
L
4 comments
Anything can be tool, if you wrap it with FunctionTool

Probably, if you expect the outputs to be large, you might want to use the ondemand loader tool
https://docs.llamaindex.ai/en/stable/examples/tools/OnDemandLoaderTool/?h=ondemand
That's actually really cool cause I think I know exactly how I could do this
What's the proper way to test a tool
output = tool(....)
Add a reply
Sign up and join the conversation on Discord