I am struggeling to get a prompty to deal with more then one tool. How should i go about if i need to have more then one tool defined in my tools.json and handle these in the prompt so that in the conversation, if applicable the llm will sugest and use a specific tool?
I do not see how i can give more then one specific sample/example to a prompty?
Should i build a prompty for each tool / function call?
Maybe even more generic: how should i handle functioncalling in prompty in the first place?
In my usebase we talk about cars and CO2 emission, i have multiple tools that gather specific information about the car, make, model, engine, fueltype and then another tool to calculate emission class of the vehicle,,,
please advise,
thx hugo
I am struggeling to get a prompty to deal with more then one tool. How should i go about if i need to have more then one tool defined in my tools.json and handle these in the prompt so that in the conversation, if applicable the llm will sugest and use a specific tool?
I do not see how i can give more then one specific sample/example to a prompty?
Should i build a prompty for each tool / function call?
Maybe even more generic: how should i handle functioncalling in prompty in the first place?
In my usebase we talk about cars and CO2 emission, i have multiple tools that gather specific information about the car, make, model, engine, fueltype and then another tool to calculate emission class of the vehicle,,,
please advise,
thx hugo