# Generated by roxygen2: do not edit by hand

export(add_attachment_to_active_conversation)
export(add_message_to_active_history)
export(add_user_message)
export(available_openai_models)
export(call_openai_chat)
export(check_api_key)
export(create_new_conversation)
export(delete_conversation)
export(get_active_chat_history)
export(get_active_conversation)
export(get_active_conversation_attachments)
export(get_active_conversation_id)
export(get_all_conversation_ids)
export(get_assistant_response)
export(get_conversation_attachments)
export(get_conversation_data)
export(get_conversation_history)
export(get_conversation_model)
export(get_conversation_title)
export(initialize_history_manager)
export(is_conversation_started)
export(parse_pages)
export(read_file_content)
export(reset_history_manager)
export(run_llm_chat_app)
export(set_active_conversation)
export(set_conversation_model)
export(set_conversation_system_message)
import(future)
import(httr)
import(pdftools)
import(promises)
import(readtext)
import(shiny)
import(tools)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,hide)
importFrom(shinyjs,runjs)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(stats,setNames)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,tail)
