"id" => "gen-Yvc8ey5dzAPWQ3sCNRGQdvUuyk6Z"
"object" => "chat.completion"
"created" => 1711216591
"model" => "google/gemma-7b-it:nitro"
"choices" => array:1 [
  0 => array:3 [
    "index" => 0
    "message" => array:2 [
      "role" => "assistant"
      "content" => """
        ```json\n
        {\n
          "type": "object",\n
          "title": "User",\n
          "properties": {\n
            "age": {\n
              "type": "integer"\n
            },\n
            "name": {\n
              "type": "string"\n
            },\n
            "username": {\n
              "type": "string"\n
            },\n
            "role": {\n
              "type": "string",\n
              "enum": ["Guest", "User", "Admin"]\n
            },\n
            "hobbies": {\n
              "type": "array",\n
              "items": {\n
                "type": "string",\n
                "description": "Correctly extract items of type: string"\n
              }\n
            }\n
          },\n
          "required": ["age", "name", "username", "role", "hobbies"]\n
        }\n
        ```\n
        \n
        **Data Extraction:**\n
        \n
        The text does not contain any information about the user's name, age, username, or hobbies, therefore I cannot extract the requested data.
        """
    ]
    "finish_reason" => "stop"
  ]
]
"usage" => array:3 [
  "prompt_tokens" => 222
  "completion_tokens" => 253
  "total_tokens" => 475
]