> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vatis.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# End of Stream

<ParamField body="type" default="END_OF_STREAM">
  Message type.
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
      "type": "END_OF_STREAM"
  }
  ```
</ResponseExample>
