Connecting Power Virtual Agent with ChatGPT: A Step-by-Step Guide

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 23

  • @chrisakol
    @chrisakol Рік тому

    A little bit of a challenge since Power Platform has changed from the upload of this video, but it's a success! Thank you so much!

  • @PramodYadav-il2gk
    @PramodYadav-il2gk Рік тому +4

    {
    "type": "object",
    "properties": {
    "text": {
    "type": "string"
    },
    "index": {
    "type": "integer"
    },
    "finish_reason": {
    "type": "string"
    }
    }
    }
    parese json

  • @lanfiatoure7817
    @lanfiatoure7817 Рік тому

    At the end when you added Completion to Return Value to Power Virtual Agents, how do you generate the "text" value? That option does not exist.

  • @motijunc
    @motijunc Рік тому +1

    Thank you, where to find schema JSON sample for

    • @MogorTechGuide
      @MogorTechGuide  Рік тому +2

      {
      "type": "object",
      "properties": {
      "text": {
      "type": "string"
      },
      "index": {
      "type": "integer"
      },
      "finish_reason": {
      "type": "string"
      }
      }
      }

    • @MogorTechGuide
      @MogorTechGuide  Рік тому

      You can find the Openai response format in here.
      platform.openai.com/docs/api-reference/completions/create

  • @oliverlu3259
    @oliverlu3259 Рік тому +1

    Hi, do I need to set paid account to run the result? my result get flowactiontimedout errorcode in GPT3 Completes your prompt.

    • @Liam-yp7mr
      @Liam-yp7mr Рік тому +1

      I'm getting the same error :(

  • @ashutoshmeelu7017
    @ashutoshmeelu7017 Рік тому

    It was a very helpful tutorial.
    Can you please create a tutorial on which the power virtual agent can open a Jira ticket on the behalf of User with the required Fields like summary and issue type and project type?

  • @PriyankaMedavaram
    @PriyankaMedavaram Рік тому +1

    It is not working flow failed .Pls help

  • @er.pratimapatel5761
    @er.pratimapatel5761 Рік тому

    Flowis not getting run. flow execution failed..saying we havnt provided api key..plz help

  • @bhavesh-s9h
    @bhavesh-s9h Рік тому

    Key was pasted as it is was copied from openai website or it was modified into a format?

  • @demo9535
    @demo9535 Рік тому

    Getting an error while performing the steps..Can you pls speficy how to pass the api key??

  • @er.pratimapatel5761
    @er.pratimapatel5761 Рік тому

    I am stuck at parse json where schema is not getting generated

    • @abdalrhmanalkabani8784
      @abdalrhmanalkabani8784 Рік тому +1

      {
      "type": "object",
      "properties": {
      "text": {
      "type": "string"
      },
      "index": {
      "type": "integer"
      },
      "finish_reason": {
      "type": "string"
      }
      }
      }

    • @PramodYadav-il2gk
      @PramodYadav-il2gk Рік тому

      thanks @@abdalrhmanalkabani8784

  • @chaithanyakrishna465
    @chaithanyakrishna465 Рік тому

    Hi Sir, bot Not giving correct answers how to fix this

  • @nickv477
    @nickv477 Рік тому

    What is the text you pasted into the Schema?

    • @MogorTechGuide
      @MogorTechGuide  Рік тому +3

      {
      "type": "object",
      "properties": {
      "text": {
      "type": "string"
      },
      "index": {
      "type": "integer"
      },
      "finish_reason": {
      "type": "string"
      }
      }
      }

  • @McXTCraft
    @McXTCraft Рік тому

    this is not working anymore

  • @FlavioMeneghetti
    @FlavioMeneghetti Рік тому

    I need a premium account ?