# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,llm_chat_session)
S3method(call_llm,anthropic)
S3method(call_llm,deepseek)
S3method(call_llm,default)
S3method(call_llm,gemini)
S3method(call_llm,gemini_embedding)
S3method(call_llm,groq)
S3method(call_llm,openai)
S3method(call_llm,openai_embedding)
S3method(call_llm,together)
S3method(call_llm,together_embedding)
S3method(call_llm,voyage)
S3method(call_llm,voyage_embedding)
S3method(call_llm,xai)
S3method(head,llm_chat_session)
S3method(print,llm_chat_session)
S3method(print,summary.llm_chat_session)
S3method(summary,llm_chat_session)
S3method(tail,llm_chat_session)
export(build_factorial_experiments)
export(cache_llm_call)
export(call_llm)
export(call_llm_broadcast)
export(call_llm_compare)
export(call_llm_par)
export(call_llm_robust)
export(call_llm_sweep)
export(chat_session)
export(get_batched_embeddings)
export(llm_config)
export(llm_fn)
export(llm_mutate)
export(log_llm_error)
export(parse_embeddings)
export(reset_llm_parallel)
export(setup_llm_parallel)
importFrom(base64enc,base64encode)
importFrom(httr2,req_perform)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_raw)
importFrom(memoise,memoise)
importFrom(mime,guess_type)
importFrom(rlang,`:=`)
importFrom(tidyr,expand_grid)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)
