package ocaml-ai-sdk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file stream_result.ml

1
2
3
4
5
type t = {
  stream : Stream_part.t Lwt_stream.t;
  warnings : Warning.t list;
  raw_response : Generate_result.response_info option;
}