simple_object.yaml

 1---
 2version: 2
 3interactions:
 4- id: 0
 5  request:
 6    proto: HTTP/1.1
 7    proto_major: 1
 8    proto_minor: 1
 9    content_length: 499
10    host: us-east5-aiplatform.googleapis.com
11    body: |
12      {"contents":[{"parts":[{"text":"Generate information about a person named Alice who is 30 years old and lives in Paris."}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000,"responseJsonSchema":{"properties":{"age":{"description":"The person's age","type":"integer"},"city":{"description":"The city where the person lives","type":"string"},"name":{"description":"The person's name","type":"string"}},"required":["name","age","city"],"type":"object"},"responseMimeType":"application/json"}}
13    headers:
14      Content-Type:
15      - application/json
16      User-Agent:
17      - google-genai-sdk/1.34.0 gl-go/go1.25.0
18    url: https://us-east5-aiplatform.googleapis.com/v1beta1/projects/fantasy-playground-472418/locations/us-east5/publishers/google/models/gemini-2.5-pro:generateContent
19    method: POST
20  response:
21    proto: HTTP/2.0
22    proto_major: 2
23    proto_minor: 0
24    content_length: -1
25    uncompressed: true
26    body: |
27      {
28        "candidates": [
29          {
30            "content": {
31              "role": "model",
32              "parts": [
33                {
34                  "text": "{\n  \"name\": \"Alice\",\n  \"age\": 30,\n  \"city\": \"Paris\"\n}"
35                }
36              ]
37            },
38            "finishReason": "STOP",
39            "avgLogprobs": -0.58463580267769955
40          }
41        ],
42        "usageMetadata": {
43          "promptTokenCount": 19,
44          "candidatesTokenCount": 28,
45          "totalTokenCount": 102,
46          "trafficType": "ON_DEMAND",
47          "promptTokensDetails": [
48            {
49              "modality": "TEXT",
50              "tokenCount": 19
51            }
52          ],
53          "candidatesTokensDetails": [
54            {
55              "modality": "TEXT",
56              "tokenCount": 28
57            }
58          ],
59          "thoughtsTokenCount": 55
60        },
61        "modelVersion": "gemini-2.5-pro",
62        "createTime": "2025-11-10T12:36:28.270555Z",
63        "responseId": "TNwRadvBENLK5OMPoK7I0AI"
64      }
65    headers:
66      Content-Type:
67      - application/json; charset=UTF-8
68    status: 200 OK
69    code: 200
70    duration: 1.459651375s