Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2025 06:38 AM - edited 10-27-2025 06:51 AM
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.
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).