I am trying AI Gateway with WebSocket and what is the `p` field in the stream response? ``` "str

I am trying AI Gateway with WebSocket and what is the
p
field in the stream response?
  "streamed_data": [
    {
      "response": "As",
      "p": "abcde"
    },
    {
      "response": " an",
      "p": "ab"
    },
    {
      "response": " artificial",
      "p": "abcdefghijklmnopqrs"
    },
    {
      "response": " intelligence",
      "p": "abcdefghijklmnopqrstuvwxyz0123456789abcdefghi"
    },
    {
      "response": " language",
      "p": "abcdefghi"
    },
    {
      "response": " model",
      "p": "abcdefghijklmnopqr"
    },
    {
      "response": ",",
      "p": "abcdefghijklmn"
    },
    {
      "response": " I",
      "p": "abcd"
    },
    {
      "response": " don",
      "p": "abcdefghijklmnopqrstuvwxyz012"
    },
    {
      "response": "'t",
      "p": "abcdefghijklmn"
    },
    {
      "response": " have",
      "p": "abcdefgh"
    },
    {
      "response": " a",
      "p": "abcdefghijklmnopqrstuvwxyz0123456789abcde"
    },
    {
      "response": " specific",
      "p": "abcdefg"
    },
    {
      "response": " name",
      "p": "abcd"
    },
    {
      "response": ".",
      "p": "abcd"
    },
    {
      "response": "",
      "p": "abcdefghijklmnopqr"
    },
    {
      "response": "",
      "usage": {
        "prompt_tokens": 24,
        "completion_tokens": 17,
        "total_tokens": 41
      }
    }
  ]
}
Was this page helpful?