stream_result.ml
ocaml-ai-sdk.ai_core
ocaml-ai-sdk.ai_provider
ocaml-ai-sdk.ai_provider_anthropic
ocaml-ai-sdk.ai_provider_openai
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; }
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; }