Module Tool.Web_search

type t = {
  1. engine : string option;
  2. max_results : int option;
  3. max_total_results : int option;
  4. search_context_size : string option;
  5. allowed_domains : string list option;
  6. blocked_domains : string list option;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t