Copilot Studio: Agentic Ecosystem using Generative Orchestrator and Autonomous Agents

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น •

  • @kvand9048
    @kvand9048 15 วันที่ผ่านมา +1

    I’m only getting the conversationid back. Not the actual text response from the childbot. How did you get the actual information from the bot?

    • @ParagDessai
      @ParagDessai  15 วันที่ผ่านมา +1

      As of today, the only way to pass response from child to parent bot is by using directline API call using the conversation ID from the Parent. Down the line this will be default option to pass the response back to parent.

    • @kvand9048
      @kvand9048 14 วันที่ผ่านมา

      Ahh awesome! We created this but we were thinking we were creating a legacy solution. Do you know any great articles describing this? We have some trouble with the authentication and the stuff like that.

  • @hayoungyoo9343
    @hayoungyoo9343 19 วันที่ผ่านมา

    Is there any pre-settings that have to be done for a Child bot itself in prior to connecting a Parent bot? My Parent bot is NOT calling a Child bot (i.e. activating the Power automate action that contains "Execute Copliot" though it did discern which child bots to call.

  • @bartsneary6476
    @bartsneary6476 หลายเดือนก่อน

    Is there a benefit to using Power Automate Cloud Flows to execute the child Agents in this scenario instead of just using the same Connector directly as an Action (assuming like in your scenario you aren't doing anything else to manipulate the process in the Cloud Flow)?

  • @hokemspitter
    @hokemspitter หลายเดือนก่อน

    You mention that the email reply sent can be formatted. How does one do that?

    • @ParagDessai
      @ParagDessai  19 วันที่ผ่านมา

      You would need to use a variable within the body of the email. The formatting would be applied at the variable using HTML tags.

  • @josecarpio7190
    @josecarpio7190 15 วันที่ผ่านมา

    How did you get the Response from the child agent to your Parent agent ?

    • @ParagDessai
      @ParagDessai  15 วันที่ผ่านมา

      As of today, the only way to pass response from child to parent bot is by using directline API call using the conversation ID from the Parent. Down the line this will be default option to pass the response back to parent.

    • @josecarpio7190
      @josecarpio7190 15 วันที่ผ่านมา

      @ thanks for the advice. Do you have any links to the documentation or examples on how to set it up?

  • @ezabinski
    @ezabinski หลายเดือนก่อน

    Any Topics created in the parent/child bots?

    • @ParagDessai
      @ParagDessai  หลายเดือนก่อน

      I dont have topics in this example for child agents since they only execute actions but you should be able to create topics if your scenarios needs it.