KaushalVachhani
Databricks Employee
Databricks Employee

Hi @Abhishek_Patel , Could you please share a minimal code setup that can help us reproduce the behavior?

For context, I tried replicating the issue based on your description, but I couldn't. I set up a multi-agent supervisor with two agents handling music and track sales-related queries:

  • Genie agent configured with the digital media sales database.
  • UC function agent that wraps a REST API call to an LLM for any music-related question.

Below is how my function definition looks.

KaushalVachhani_0-1761571681795.png

Based on the agent descriptions, it either triggers a Python function that internally calls an LLM (as shown in the first snapshot below) or invokes a Genie space to generate the response (as shown in the second snapshot below).

KaushalVachhani_1-1761571773380.png

KaushalVachhani_4-1761572248738.png