Tool Calls in Callback
I am currently using a callback to generate my assistant. Someone calls in, we look up the number in our backend, get the data we need to serve to the assistant and generate it dynamically.
I want to add a tool call for this but since we are generating this all dynamically I'd prefer not to build a static tool call for each case we have to deal with, is there a way to serve the tool call in the dynamic assistant?
I want to add a tool call for this but since we are generating this all dynamically I'd prefer not to build a static tool call for each case we have to deal with, is there a way to serve the tool call in the dynamic assistant?