Google - Vertex AI - Agent Builder

Поделиться
HTML-код
  • Опубликовано: 9 июн 2024
  • #google #vertexai #generativeai
    #aiagent #agentbuilder
    The prompt I used to generate the open api schema
    Convert the following curl command line call and JSON response into an OpenAPI (swagger) API specification. You must include a description and operation id. Make sure to include the server url in the definition. Give me a single yaml
    curl --request GET \
    --url 'api.apilayer.com/currency_dat...
    {
    "info": {
    "quote": 83.47085,
    "timestamp": 1715782385
    },
    "query": {
    "amount": 5,
    "from": "USD",
    "to": "INR"
    },
    "result": 417.35425,
    "success": true
    }
  • НаукаНаука

Комментарии • 3

  • @NareshGanatra
    @NareshGanatra  Месяц назад

    Documentation - cloud.google.com/dialogflow/vertex/docs/concept/agents

  • @HimanshuPitolwala
    @HimanshuPitolwala Месяц назад +2

    Thanks Naresh & Krish.
    I like the following about this recording:
    #1 It's a short video using a clear and simple use-case (easy to understand)
    #2 Shows complete use-case set-up including playbooks, tools, a sample API end-point, cURL to YAML conversion & few-shot examples.
    #3 Progression as you build out the use-case including error scenarios & refinement.

    • @NareshGanatra
      @NareshGanatra  Месяц назад

      Thanks Himanshu ! Glad you found it helpful!