autobots-client 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- autobots_client-0.1.0/LICENSE +21 -0
- autobots_client-0.1.0/PKG-INFO +155 -0
- autobots_client-0.1.0/README.md +124 -0
- autobots_client-0.1.0/autobots_client/__init__.py +8 -0
- autobots_client-0.1.0/autobots_client/api/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_chats/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_chats/create_chat_v1_action_chats_post.py +183 -0
- autobots_client-0.1.0/autobots_client/api/action_chats/delete_chat_v1_action_chats_id_delete.py +161 -0
- autobots_client-0.1.0/autobots_client/api/action_chats/get_chat_v1_action_chats_id_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/action_chats/list_chat_v1_action_chats_get.py +216 -0
- autobots_client-0.1.0/autobots_client/api/action_chats/update_chat_v1_action_chats_id_put.py +182 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs/create_action_graph_v1_action_graphs_post.py +156 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs/delete_action_graph_v1_action_graphs_id_delete.py +151 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs/get_action_graph_v1_action_graphs_id_get.py +151 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs/list_action_graphs_v1_action_graphs_get.py +286 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs/search_action_graphs_v1_action_graphs_search_text_get.py +196 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs/update_action_graph_v1_action_graphs_id_put.py +172 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs_results/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs_results/delete_action_graph_result_v1_action_graphs_results_id_delete.py +151 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs_results/get_action_graph_result_v1_action_graphs_results_id_get.py +151 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs_results/list_action_graph_result_v1_action_graphs_results_get.py +276 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs_results/search_action_graph_results_v1_action_graphs_results_search_text_get.py +196 -0
- autobots_client-0.1.0/autobots_client/api/action_graphs_results/update_action_graph_result_v1_action_graphs_results_put.py +176 -0
- autobots_client-0.1.0/autobots_client/api/action_results/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_results/delete_action_result_v1_action_results_id_delete.py +161 -0
- autobots_client-0.1.0/autobots_client/api/action_results/get_action_result_v1_action_results_id_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/action_results/list_action_result_v1_action_results_get.py +296 -0
- autobots_client-0.1.0/autobots_client/api/action_results/search_action_results_v1_action_results_search_text_get.py +196 -0
- autobots_client-0.1.0/autobots_client/api/action_results/update_action_result_v1_action_results_put.py +186 -0
- autobots_client-0.1.0/autobots_client/api/action_typesaudio2text/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_typesaudio2text/create_action_audio2text_transcription_openai_v1_action_types_audio2text_transcription_openai_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/action_typesaudio2text/create_action_audio2text_translation_openai_v1_action_types_audio2text_translation_openai_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/action_typesimg2img/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_typesimg2img/create_img2img_edit_openai_v1_action_types_img2img_edit_openai_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/action_typesimg2img/create_img2img_edit_openai_v1_action_types_img2img_variation_openai_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/action_typesmultimodal/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_typestext2audio/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_typestext2audio/create_action_text2audio_speech_openai_v1_action_types_text2audio_speech_openai_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/action_typestext2img/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_typestext2img/create_text2img_dalle_openai_v1_action_types_text2img_dalle_openai_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/action_typestext2text/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/action_typestext2text/create_action_text2text_llm_chat_openai_v1_action_types_text2text_llm_chat_openai_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/action_typestext2text/create_action_text2text_read_url_v1_action_types_text2text_read_url_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/action_typestext2text/create_action_text2text_search_web_v1_action_types_text2text_search_web_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/actions/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/actions/async_run_action_loop_v1_actions_id_async_run_loop_post.py +209 -0
- autobots_client-0.1.0/autobots_client/api/actions/async_run_action_v1_actions_id_async_run_post.py +202 -0
- autobots_client-0.1.0/autobots_client/api/actions/clone_action_v1_actions_clone_post.py +168 -0
- autobots_client-0.1.0/autobots_client/api/actions/create_action_v1_actions_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/actions/delete_action_v1_actions_id_delete.py +161 -0
- autobots_client-0.1.0/autobots_client/api/actions/get_action_type_objects_v1_actions_types_action_type_get.py +160 -0
- autobots_client-0.1.0/autobots_client/api/actions/get_action_types_v1_actions_types_get.py +123 -0
- autobots_client-0.1.0/autobots_client/api/actions/get_action_v1_actions_id_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/actions/list_action_tools_v1_actions_tools_get.py +174 -0
- autobots_client-0.1.0/autobots_client/api/actions/list_actions_v1_actions_get.py +291 -0
- autobots_client-0.1.0/autobots_client/api/actions/list_mcp_action_tools_v1_actions_mcp_tools_get.py +123 -0
- autobots_client-0.1.0/autobots_client/api/actions/list_system_actions_v1_actions_system_actions_get.py +246 -0
- autobots_client-0.1.0/autobots_client/api/actions/run_action_stream_v1_actions_id_run_stream_post.py +200 -0
- autobots_client-0.1.0/autobots_client/api/actions/run_action_v1_actions_id_run_post.py +200 -0
- autobots_client-0.1.0/autobots_client/api/actions/search_actions_v1_actions_search_text_get.py +196 -0
- autobots_client-0.1.0/autobots_client/api/actions/update_action_v1_actions_id_put.py +182 -0
- autobots_client-0.1.0/autobots_client/api/agents/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/agents/run_act_agent_v1_agents_act_post.py +156 -0
- autobots_client-0.1.0/autobots_client/api/agents/run_react_agent_v1_agents_react_post.py +187 -0
- autobots_client-0.1.0/autobots_client/api/app_auth/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/app_auth/list_app_auth_v1_app_auth_get.py +216 -0
- autobots_client-0.1.0/autobots_client/api/app_auth/refresh_app_auth_v1_app_auth_app_name_get.py +160 -0
- autobots_client-0.1.0/autobots_client/api/app_auth/sync_app_auth_v1_app_auth_sync_get.py +170 -0
- autobots_client-0.1.0/autobots_client/api/app_creds/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/app_creds/create_app_creds_v1_app_creds_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/app_creds/get_app_creds_v1_app_creds_id_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/app_creds/get_creds_types_v1_app_creds_types_app_get.py +166 -0
- autobots_client-0.1.0/autobots_client/api/app_creds/get_types_v1_app_creds_types_get.py +123 -0
- autobots_client-0.1.0/autobots_client/api/app_creds/list_app_creds_v1_app_creds_get.py +216 -0
- autobots_client-0.1.0/autobots_client/api/app_creds/update_app_creds_v1_app_creds_id_put.py +182 -0
- autobots_client-0.1.0/autobots_client/api/auth/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/auth/adp_client_credentials_v1_auth_adp_client_credentials_post.py +328 -0
- autobots_client-0.1.0/autobots_client/api/auth/asana_callback_v1_auth_asana_oauth_callback_get.py +221 -0
- autobots_client-0.1.0/autobots_client/api/auth/asana_oauth_url_v1_auth_asana_oauth_url_get.py +174 -0
- autobots_client-0.1.0/autobots_client/api/auth/box_callback_v1_auth_box_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/auth/box_oauth_url_v1_auth_box_oauth_url_get.py +170 -0
- autobots_client-0.1.0/autobots_client/api/auth/confirm_user_v1_auth_confirm_get.py +194 -0
- autobots_client-0.1.0/autobots_client/api/auth/dropbox_callback_v1_auth_dropbox_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/auth/dropbox_oauth_url_v1_auth_dropbox_oauth_url_get.py +166 -0
- autobots_client-0.1.0/autobots_client/api/auth/github_callback_v1_auth_github_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/auth/github_oauth_url_v1_auth_github_oauth_url_get.py +166 -0
- autobots_client-0.1.0/autobots_client/api/auth/google_ads_callback_v1_auth_google_ads_oauth_callback_get.py +225 -0
- autobots_client-0.1.0/autobots_client/api/auth/google_ads_oauth_url_v1_auth_google_ads_oauth_url_get.py +170 -0
- autobots_client-0.1.0/autobots_client/api/auth/google_callback_v1_auth_google_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/auth/google_oauth_url_v1_auth_google_oauth_url_get.py +170 -0
- autobots_client-0.1.0/autobots_client/api/auth/hubspot_callback_v1_auth_hubspot_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/auth/hubspot_oauth_url_v1_auth_hubspot_oauth_url_get.py +166 -0
- autobots_client-0.1.0/autobots_client/api/auth/looker_client_credentials_v1_auth_looker_client_credentials_post.py +176 -0
- autobots_client-0.1.0/autobots_client/api/auth/meta_callback_v1_auth_meta_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/auth/meta_oauth_url_v1_auth_meta_oauth_url_get.py +170 -0
- autobots_client-0.1.0/autobots_client/api/auth/netsuite_tba_auth_v1_auth_netsuite_tba_post.py +196 -0
- autobots_client-0.1.0/autobots_client/api/auth/outlook_callback_v1_auth_outlook_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/auth/outlook_oauth_url_v1_auth_outlook_oauth_url_get.py +170 -0
- autobots_client-0.1.0/autobots_client/api/auth/refresh_password_email_v1_auth_session_refresh_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/auth/reset_password_email_v1_auth_password_reset_post.py +184 -0
- autobots_client-0.1.0/autobots_client/api/auth/return_token_v1_auth_token_post.py +182 -0
- autobots_client-0.1.0/autobots_client/api/auth/return_user_and_session_v1_auth_post.py +178 -0
- autobots_client-0.1.0/autobots_client/api/auth/salesforce_callback_v1_auth_salesforce_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/auth/salesforce_oauth_url_v1_auth_salesforce_oauth_url_get.py +166 -0
- autobots_client-0.1.0/autobots_client/api/auth/spotify_client_credentials_v1_auth_spotify_client_credentials_post.py +176 -0
- autobots_client-0.1.0/autobots_client/api/auth/test_auth_access_token_v1_auth_token_test_post.py +124 -0
- autobots_client-0.1.0/autobots_client/api/auth/test_auth_creds_v1_auth_creds_test_post.py +124 -0
- autobots_client-0.1.0/autobots_client/api/auth/update_user_v1_auth_user_put.py +164 -0
- autobots_client-0.1.0/autobots_client/api/authdatev/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/authdatev/datev_oauth_callback_v1_auth_datev_oauth_callback_get.py +217 -0
- autobots_client-0.1.0/autobots_client/api/authdatev/datev_oauth_url_v1_auth_datev_oauth_url_get.py +174 -0
- autobots_client-0.1.0/autobots_client/api/authicims/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/authicims/icims_oauth_callback_v1_auth_icims_oauth_callback_get.py +217 -0
- autobots_client-0.1.0/autobots_client/api/authicims/icims_oauth_url_v1_auth_icims_oauth_url_get.py +174 -0
- autobots_client-0.1.0/autobots_client/api/authintuit/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/authintuit/oauth_redirect_v1_auth_intuit_oauth_callback_get.py +194 -0
- autobots_client-0.1.0/autobots_client/api/authintuit/oauth_url_v1_auth_intuit_oauth_url_get.py +177 -0
- autobots_client-0.1.0/autobots_client/api/authslack/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/authslack/slack_oauth_callback_v1_auth_slack_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/authslack/slack_oauth_url_v1_auth_slack_oauth_url_get.py +170 -0
- autobots_client-0.1.0/autobots_client/api/authukg/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/authukg/ukg_oauth_callback_v1_auth_ukg_oauth_callback_get.py +229 -0
- autobots_client-0.1.0/autobots_client/api/authukg/ukg_oauth_url_v1_auth_ukg_oauth_url_get.py +174 -0
- autobots_client-0.1.0/autobots_client/api/authwhatsapp/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/authwhatsapp/whatsapp_oauth_callback_v1_auth_whatsapp_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/authwhatsapp/whatsapp_oauth_url_v1_auth_whatsapp_oauth_url_get.py +166 -0
- autobots_client-0.1.0/autobots_client/api/authworkday/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/authworkday/workday_oauth_callback_v1_auth_workday_oauth_callback_get.py +229 -0
- autobots_client-0.1.0/autobots_client/api/authworkday/workday_oauth_url_v1_auth_workday_oauth_url_get.py +174 -0
- autobots_client-0.1.0/autobots_client/api/authzoom/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/authzoom/zoom_oauth_callback_v1_auth_zoom_oauth_callback_get.py +209 -0
- autobots_client-0.1.0/autobots_client/api/authzoom/zoom_oauth_url_v1_auth_zoom_oauth_url_get.py +166 -0
- autobots_client-0.1.0/autobots_client/api/characters/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/characters/create_character_v1_characters_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/characters/delete_character_v1_characters_id_delete.py +161 -0
- autobots_client-0.1.0/autobots_client/api/characters/get_character_v1_characters_id_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/characters/list_characters_v1_characters_get.py +211 -0
- autobots_client-0.1.0/autobots_client/api/characters/update_character_v1_characters_id_put.py +182 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/cleanup_expired_cache_v1_dashboard_cache_cleanup_post.py +85 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/clear_dashboard_cache_v1_dashboard_cache_delete.py +85 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/create_cost_config_v1_dashboard_cost_config_post.py +182 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/dashboard_health_check_v1_dashboard_health_get.py +85 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/delete_cost_config_v1_dashboard_cost_config_config_type_delete.py +203 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/get_agent_performance_v1_dashboard_agents_performance_get.py +199 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/get_all_cost_configs_v1_dashboard_cost_config_get.py +142 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/get_cost_config_v1_dashboard_cost_config_config_type_get.py +178 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/get_dashboard_summary_v1_dashboard_summary_get.py +204 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/get_dashboard_v1_dashboard_get.py +269 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/get_dashboard_with_custom_filters_v1_dashboard_post.py +206 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/get_department_metrics_v1_dashboard_departments_metrics_get.py +184 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/get_metric_history_v1_dashboard_metrics_metric_type_history_get.py +238 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/get_workflow_performance_v1_dashboard_workflows_performance_get.py +199 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/initialize_default_configs_v1_dashboard_cost_config_initialize_post.py +167 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/refresh_dashboard_cache_v1_dashboard_cache_refresh_post.py +89 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/update_cost_config_v1_dashboard_cost_config_config_type_put.py +199 -0
- autobots_client-0.1.0/autobots_client/api/dashboard/upsert_cost_config_v1_dashboard_cost_config_upsert_post.py +186 -0
- autobots_client-0.1.0/autobots_client/api/db_auth/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/db_auth/create_db_auth_v1_db_auth_post.py +178 -0
- autobots_client-0.1.0/autobots_client/api/db_auth/delete_db_auth_v1_db_auth_db_auth_id_delete.py +169 -0
- autobots_client-0.1.0/autobots_client/api/db_auth/get_db_auth_by_name_v1_db_auth_by_name_connection_name_get.py +169 -0
- autobots_client-0.1.0/autobots_client/api/db_auth/get_db_auth_v1_db_auth_db_auth_id_get.py +169 -0
- autobots_client-0.1.0/autobots_client/api/db_auth/list_db_auths_v1_db_auth_get.py +189 -0
- autobots_client-0.1.0/autobots_client/api/db_auth/list_db_connections_v1_db_auth_connections_get.py +198 -0
- autobots_client-0.1.0/autobots_client/api/db_auth/test_db_connection_v1_db_auth_test_connection_db_auth_id_post.py +194 -0
- autobots_client-0.1.0/autobots_client/api/db_auth/update_db_auth_v1_db_auth_db_auth_id_put.py +190 -0
- autobots_client-0.1.0/autobots_client/api/default/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/default/cookie_cookie_post.py +164 -0
- autobots_client-0.1.0/autobots_client/api/default/dynamic_integration_title_dynamic_integration_quote_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/logout_cookie_logout_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/page_api_docs_docs_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/page_api_redoc_redoc_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/page_dynamic_integration_dynamic_integration_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/page_index_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/page_login_login_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/page_logs_logs_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/page_password_reset_password_reset_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/page_signup_signup_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/page_user_user_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/default/process_password_reset_password_reset_post.py +164 -0
- autobots_client-0.1.0/autobots_client/api/default/signup_signup_post.py +164 -0
- autobots_client-0.1.0/autobots_client/api/docs/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/docs/api_docs_v1_docs_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/docs/api_redoc_v1_redoc_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/docs/open_api_json_v1_openapi_json_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/event_results/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/event_results/get_event_result_v1_event_results_id_get.py +159 -0
- autobots_client-0.1.0/autobots_client/api/files/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/files/delete_files_v1_files_delete.py +189 -0
- autobots_client-0.1.0/autobots_client/api/files/get_files_s3_async_v1_files_s3_files_get.py +179 -0
- autobots_client-0.1.0/autobots_client/api/files/get_files_v1_files_get.py +196 -0
- autobots_client-0.1.0/autobots_client/api/files/process_files_v1_files_process_post.py +165 -0
- autobots_client-0.1.0/autobots_client/api/files/upload_files_v1_files_post.py +169 -0
- autobots_client-0.1.0/autobots_client/api/files/upload_public_files_v1_files_public_post.py +169 -0
- autobots_client-0.1.0/autobots_client/api/hello/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/hello/hello_v1_hello_get.py +81 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/add_kb_member_by_email_proxy_v1_ingestion_kb_kb_id_members_by_email_post.py +190 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/add_kb_member_proxy_v1_ingestion_kb_kb_id_members_post.py +190 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/add_kb_members_bulk_by_email_proxy_v1_ingestion_kb_kb_id_members_bulk_by_email_post.py +190 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/create_kb_proxy_v1_ingestion_kb_post.py +174 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/delete_kb_proxy_v1_ingestion_kb_kb_id_delete.py +167 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/get_kb_proxy_v1_ingestion_kb_kb_id_get.py +169 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/ingest_file_async_v1_ingestion_file_async_post.py +217 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/list_ingested_files_proxy_v1_ingestion_files_get.py +440 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/list_kb_members_proxy_v1_ingestion_kb_kb_id_members_get.py +174 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/list_kbs_proxy_v1_ingestion_kb_get.py +141 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/remove_kb_member_proxy_v1_ingestion_kb_kb_id_members_member_user_id_delete.py +181 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/update_kb_member_proxy_v1_ingestion_kb_kb_id_members_member_user_id_patch.py +204 -0
- autobots_client-0.1.0/autobots_client/api/ingestion/update_kb_proxy_v1_ingestion_kb_kb_id_patch.py +190 -0
- autobots_client-0.1.0/autobots_client/api/mcps/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/mcps/create_mcp_v1_mcps_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/mcps/delete_mcp_v1_mcps_mcp_id_delete.py +161 -0
- autobots_client-0.1.0/autobots_client/api/mcps/get_mcp_by_server_name_v1_mcps_by_name_mcp_server_name_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/mcps/get_mcp_v1_mcps_mcp_id_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/mcps/list_mcps_v1_mcps_get.py +282 -0
- autobots_client-0.1.0/autobots_client/api/mcps/update_mcp_v1_mcps_mcp_id_put.py +182 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/create_vector_store_files_v1_openai_storage_vector_store_file_batches_post.py +194 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/create_vector_store_files_v1_openai_storage_vector_store_files_post.py +190 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/create_vector_store_v1_openai_storage_vector_stores_post.py +180 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/delete_file_v1_openai_storage_files_delete.py +185 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/delete_vector_store_files_v1_openai_storage_vector_store_file_batches_delete.py +194 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/delete_vector_store_v1_openai_storage_vector_stores_delete.py +190 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/get_file_info_v1_openai_storage_files_get.py +185 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/get_file_v1_openai_storage_files_content_get.py +183 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/get_vector_store_files_v1_openai_storage_vector_store_file_batches_get.py +194 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/get_vector_store_v1_openai_storage_vector_stores_get.py +180 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/list_files_info_v1_openai_storage_files_list_get.py +175 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/list_vector_store_files_v1_openai_storage_vector_store_file_batches_list_get.py +341 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/list_vector_store_files_v1_openai_storage_vector_store_files_list_get.py +326 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/list_vector_stores_v1_openai_storage_vector_stores_list_get.py +246 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/update_vector_store_v1_openai_storage_vector_stores_put.py +180 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/upload_file_on_azure_v1_openai_storage_files_azure_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/upload_file_on_openai_v1_openai_storage_files_openai_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/openai_storage/upload_file_v1_openai_storage_files_post.py +164 -0
- autobots_client-0.1.0/autobots_client/api/prompts/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/prompts/delete_prompt_v1_prompts_id_delete.py +151 -0
- autobots_client-0.1.0/autobots_client/api/prompts/get_prompt_v1_prompts_id_get.py +151 -0
- autobots_client-0.1.0/autobots_client/api/prompts/list_prompts_v1_prompts_get.py +201 -0
- autobots_client-0.1.0/autobots_client/api/prompts/update_prompt_v1_prompts_id_put.py +172 -0
- autobots_client-0.1.0/autobots_client/api/schedules/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/schedules/delete_schedule_v1_schedules_id_delete.py +151 -0
- autobots_client-0.1.0/autobots_client/api/schedules/get_schedule_v1_schedules_id_get.py +151 -0
- autobots_client-0.1.0/autobots_client/api/schedules/list_schedules_v1_schedules_get.py +216 -0
- autobots_client-0.1.0/autobots_client/api/schedules/update_schedule_v1_schedules_id_put.py +172 -0
- autobots_client-0.1.0/autobots_client/api/server_sent_events/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/server_sent_events/stream_sse_v1_server_sent_events_stream_topic_get.py +171 -0
- autobots_client-0.1.0/autobots_client/api/server_sent_events/streaming_ndjson_v1_server_sent_events_streaming_topic_get.py +171 -0
- autobots_client-0.1.0/autobots_client/api/server_sent_events/trigger_v1_server_sent_events_test_trigger_topic_post.py +171 -0
- autobots_client-0.1.0/autobots_client/api/share/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/share/clone_v1_share_id_clone_post.py +151 -0
- autobots_client-0.1.0/autobots_client/api/share/create_v1_share_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/share/delete_v1_share_id_delete.py +159 -0
- autobots_client-0.1.0/autobots_client/api/share/get_v1_share_id_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/share/read_v1_share_get.py +231 -0
- autobots_client-0.1.0/autobots_client/api/share/update_v1_share_id_put.py +182 -0
- autobots_client-0.1.0/autobots_client/api/teams/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/teams/create_team_v1_teams_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/teams/delete_team_v1_teams_id_delete.py +161 -0
- autobots_client-0.1.0/autobots_client/api/teams/get_team_v1_teams_id_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/teams/list_teams_v1_teams_get.py +211 -0
- autobots_client-0.1.0/autobots_client/api/teams/update_team_v1_teams_id_put.py +182 -0
- autobots_client-0.1.0/autobots_client/api/terminal/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/terminal/terminal_status_v1_terminal_status_get.py +85 -0
- autobots_client-0.1.0/autobots_client/api/vectorstore/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/vectorstore/create_datastore_v1_vectorstore_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/vectorstore/get_datastore_put_result_v1_vectorstore_result_datastore_put_result_id_get.py +159 -0
- autobots_client-0.1.0/autobots_client/api/vectorstore/get_datastore_v1_vectorstore_name_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/vectorstore/list_datastore_v1_vectorstore_get.py +186 -0
- autobots_client-0.1.0/autobots_client/api/vectorstore/v2_create_collection_v1_vectorstore_v2_collections_post.py +174 -0
- autobots_client-0.1.0/autobots_client/api/vectorstore/v2_delete_collection_v1_vectorstore_v2_collections_collection_name_delete.py +194 -0
- autobots_client-0.1.0/autobots_client/api/vectorstore/v2_ingest_file_into_collection_v1_vectorstore_v2_collections_collection_name_files_async_post.py +192 -0
- autobots_client-0.1.0/autobots_client/api/vectorstore/v2_list_collections_v1_vectorstore_v2_collections_get.py +194 -0
- autobots_client-0.1.0/autobots_client/api/vectorstore/v2_search_collection_v1_vectorstore_v2_collections_collection_name_search_post.py +215 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/__init__.py +1 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/create_webhook_v1_webhooks_post.py +166 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/delete_webhook_v1_webhooks_id_delete.py +159 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/get_webhook_v1_webhooks_id_get.py +161 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/list_webhook_v1_webhooks_get.py +191 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/run_slack_cmd_v1_webhooks_slack_command_post.py +184 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/run_webhook_event_v1_webhooks_event_id_post.py +172 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/siri_automation_command_v1_webhooks_siri_shortcuts_post.py +188 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/slack_events_v1_webhooks_slack_events_post.py +81 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/update_webhook_v1_webhooks_put.py +186 -0
- autobots_client-0.1.0/autobots_client/api/webhooks/zendesk_webhook_v1_webhooks_zendesk_post.py +164 -0
- autobots_client-0.1.0/autobots_client/client.py +268 -0
- autobots_client-0.1.0/autobots_client/errors.py +16 -0
- autobots_client-0.1.0/autobots_client/models/__init__.py +901 -0
- autobots_client-0.1.0/autobots_client/models/action_create.py +301 -0
- autobots_client-0.1.0/autobots_client/models/action_create_audio_2_text_transcription_openai.py +300 -0
- autobots_client-0.1.0/autobots_client/models/action_create_audio_2_text_translation_openai.py +300 -0
- autobots_client-0.1.0/autobots_client/models/action_create_config.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_create_img_2_img_edit_openai.py +300 -0
- autobots_client-0.1.0/autobots_client/models/action_create_img_2_img_variation_openai.py +300 -0
- autobots_client-0.1.0/autobots_client/models/action_create_input_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_create_output_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_create_text_2_audio_speech_openai.py +300 -0
- autobots_client-0.1.0/autobots_client/models/action_create_text_2_text_llm_chat_openai.py +300 -0
- autobots_client-0.1.0/autobots_client/models/action_create_text_2_text_read_url.py +300 -0
- autobots_client-0.1.0/autobots_client/models/action_create_text_2_text_read_url_input_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_create_text_2_text_read_url_output_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_create_text_2_text_search_web.py +304 -0
- autobots_client-0.1.0/autobots_client/models/action_create_text_2_text_search_web_input_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_create_text_2_text_search_web_output_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_create_text_2_text_user_input_input_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_create_text_2_text_user_input_output_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_doc.py +350 -0
- autobots_client-0.1.0/autobots_client/models/action_doc_config.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_doc_input_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_doc_output_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_docs_found.py +99 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_create.py +337 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_create_graph_type_0.py +54 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_create_input_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_create_node_details.py +60 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_create_nodes_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_create_output_type_0.py +60 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_doc.py +386 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_doc_graph_type_0.py +54 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_doc_input_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_doc_node_details.py +60 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_doc_nodes_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_doc_output_type_0.py +60 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_docs_found.py +99 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_lite_doc.py +193 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_result_docs_found.py +99 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_result_lite_doc.py +216 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_result_update.py +260 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_update.py +436 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_update_graph_type_0.py +54 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_update_node_details_type_0.py +60 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_update_nodes_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_graph_update_output_type_0.py +60 -0
- autobots_client-0.1.0/autobots_client/models/action_lite_doc.py +244 -0
- autobots_client-0.1.0/autobots_client/models/action_result.py +124 -0
- autobots_client-0.1.0/autobots_client/models/action_result_doc.py +209 -0
- autobots_client-0.1.0/autobots_client/models/action_result_docs_found.py +99 -0
- autobots_client-0.1.0/autobots_client/models/action_result_input_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_result_lite_doc.py +216 -0
- autobots_client-0.1.0/autobots_client/models/action_result_output_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/action_result_update.py +247 -0
- autobots_client-0.1.0/autobots_client/models/action_type.py +76 -0
- autobots_client-0.1.0/autobots_client/models/action_update.py +282 -0
- autobots_client-0.1.0/autobots_client/models/action_update_config_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/adp_client_credentials_request.py +128 -0
- autobots_client-0.1.0/autobots_client/models/agent_data.py +207 -0
- autobots_client-0.1.0/autobots_client/models/agent_data_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/agent_performance.py +94 -0
- autobots_client-0.1.0/autobots_client/models/app_auth_lite_doc.py +114 -0
- autobots_client-0.1.0/autobots_client/models/app_auth_lite_doc_page.py +99 -0
- autobots_client-0.1.0/autobots_client/models/app_auth_read.py +104 -0
- autobots_client-0.1.0/autobots_client/models/app_creds_create.py +93 -0
- autobots_client-0.1.0/autobots_client/models/app_creds_create_creds.py +47 -0
- autobots_client-0.1.0/autobots_client/models/app_creds_doc.py +144 -0
- autobots_client-0.1.0/autobots_client/models/app_creds_doc_creds.py +47 -0
- autobots_client-0.1.0/autobots_client/models/app_creds_lite_doc.py +114 -0
- autobots_client-0.1.0/autobots_client/models/app_creds_lite_doc_page.py +99 -0
- autobots_client-0.1.0/autobots_client/models/app_creds_read.py +104 -0
- autobots_client-0.1.0/autobots_client/models/app_creds_update.py +93 -0
- autobots_client-0.1.0/autobots_client/models/app_creds_update_creds.py +47 -0
- autobots_client-0.1.0/autobots_client/models/app_types.py +70 -0
- autobots_client-0.1.0/autobots_client/models/audio.py +63 -0
- autobots_client-0.1.0/autobots_client/models/audio_res.py +61 -0
- autobots_client-0.1.0/autobots_client/models/auth_response.py +124 -0
- autobots_client-0.1.0/autobots_client/models/auto_file_chunking_strategy_param.py +66 -0
- autobots_client-0.1.0/autobots_client/models/base_model.py +47 -0
- autobots_client-0.1.0/autobots_client/models/bearer_access_token.py +69 -0
- autobots_client-0.1.0/autobots_client/models/body_async_run_action_loop_v1_actions_id_async_run_loop_post.py +115 -0
- autobots_client-0.1.0/autobots_client/models/body_async_run_action_loop_v1_actions_id_async_run_loop_post_input_item.py +47 -0
- autobots_client-0.1.0/autobots_client/models/body_async_run_action_v1_actions_id_async_run_post.py +107 -0
- autobots_client-0.1.0/autobots_client/models/body_async_run_action_v1_actions_id_async_run_post_input.py +47 -0
- autobots_client-0.1.0/autobots_client/models/body_cookie_cookie_post.py +140 -0
- autobots_client-0.1.0/autobots_client/models/body_ingest_file_async_v1_ingestion_file_async_post.py +73 -0
- autobots_client-0.1.0/autobots_client/models/body_process_password_reset_password_reset_post.py +69 -0
- autobots_client-0.1.0/autobots_client/models/body_return_token_v1_auth_token_post.py +140 -0
- autobots_client-0.1.0/autobots_client/models/body_return_user_and_session_v1_auth_post.py +140 -0
- autobots_client-0.1.0/autobots_client/models/body_run_slack_cmd_v1_webhooks_slack_command_post.py +141 -0
- autobots_client-0.1.0/autobots_client/models/body_signup_signup_post.py +140 -0
- autobots_client-0.1.0/autobots_client/models/body_upload_file_on_azure_v1_openai_storage_files_azure_post.py +73 -0
- autobots_client-0.1.0/autobots_client/models/body_upload_file_on_openai_v1_openai_storage_files_openai_post.py +73 -0
- autobots_client-0.1.0/autobots_client/models/body_upload_file_v1_openai_storage_files_post.py +73 -0
- autobots_client-0.1.0/autobots_client/models/body_upload_files_v1_files_post.py +74 -0
- autobots_client-0.1.0/autobots_client/models/body_upload_public_files_v1_files_public_post.py +74 -0
- autobots_client-0.1.0/autobots_client/models/body_v2_ingest_file_into_collection_v1_vectorstore_v2_collections_collection_name_files_async_post.py +73 -0
- autobots_client-0.1.0/autobots_client/models/bulk_member_response.py +131 -0
- autobots_client-0.1.0/autobots_client/models/character_create.py +83 -0
- autobots_client-0.1.0/autobots_client/models/character_doc.py +133 -0
- autobots_client-0.1.0/autobots_client/models/character_lite_doc.py +133 -0
- autobots_client-0.1.0/autobots_client/models/character_lite_doc_page.py +99 -0
- autobots_client-0.1.0/autobots_client/models/character_update.py +124 -0
- autobots_client-0.1.0/autobots_client/models/chart_data.py +104 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_allowed_tool_choice_param.py +79 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_allowed_tools_param.py +86 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_allowed_tools_param_mode.py +9 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_allowed_tools_param_tools_item.py +47 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_assistant_message_param.py +294 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_audio_param.py +91 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_audio_param_format.py +13 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_audio_param_voice_type_1.py +17 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_content_part_image_param.py +78 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_content_part_input_audio_param.py +78 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_content_part_refusal_param.py +71 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_content_part_text_param.py +72 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_developer_message_param.py +116 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_function_message_param.py +86 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_prediction_content_param.py +104 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_stream_options_param.py +71 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_system_message_param.py +116 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_tool_message_param.py +110 -0
- autobots_client-0.1.0/autobots_client/models/chat_completion_user_message_param.py +201 -0
- autobots_client-0.1.0/autobots_client/models/chat_doc.py +160 -0
- autobots_client-0.1.0/autobots_client/models/chat_doc_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/chat_update.py +116 -0
- autobots_client-0.1.0/autobots_client/models/clone_action_request.py +69 -0
- autobots_client-0.1.0/autobots_client/models/clone_action_result.py +69 -0
- autobots_client-0.1.0/autobots_client/models/clone_action_v1_actions_clone_post_response_clone_action_v1_actions_clone_post.py +70 -0
- autobots_client-0.1.0/autobots_client/models/code_interpreter_tool.py +63 -0
- autobots_client-0.1.0/autobots_client/models/code_interpreter_tool_param.py +63 -0
- autobots_client-0.1.0/autobots_client/models/cost_config_create.py +131 -0
- autobots_client-0.1.0/autobots_client/models/cost_config_list_response.py +84 -0
- autobots_client-0.1.0/autobots_client/models/cost_config_response.py +173 -0
- autobots_client-0.1.0/autobots_client/models/cost_config_type.py +11 -0
- autobots_client-0.1.0/autobots_client/models/cost_config_update.py +132 -0
- autobots_client-0.1.0/autobots_client/models/create_chat_v1_action_chats_post_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/create_vector_store.py +223 -0
- autobots_client-0.1.0/autobots_client/models/create_vector_store_file.py +69 -0
- autobots_client-0.1.0/autobots_client/models/create_vector_store_file_batch.py +69 -0
- autobots_client-0.1.0/autobots_client/models/create_vector_store_files_v1_openai_storage_vector_store_file_batches_post_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/create_vector_store_files_v1_openai_storage_vector_store_files_post_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/create_vector_store_metadata_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/create_vector_store_v1_openai_storage_vector_stores_post_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/cron_schedule.py +436 -0
- autobots_client-0.1.0/autobots_client/models/cron_schedule_day_mode.py +9 -0
- autobots_client-0.1.0/autobots_client/models/cron_schedule_day_of_week_type_0_item.py +14 -0
- autobots_client-0.1.0/autobots_client/models/cron_schedule_day_of_week_type_1.py +14 -0
- autobots_client-0.1.0/autobots_client/models/cron_schedule_hour_mode.py +9 -0
- autobots_client-0.1.0/autobots_client/models/cron_schedule_minute_mode.py +9 -0
- autobots_client-0.1.0/autobots_client/models/cron_schedule_month_mode.py +9 -0
- autobots_client-0.1.0/autobots_client/models/cron_schedule_week_mode.py +9 -0
- autobots_client-0.1.0/autobots_client/models/custom.py +70 -0
- autobots_client-0.1.0/autobots_client/models/dalle_openai_config.py +223 -0
- autobots_client-0.1.0/autobots_client/models/dalle_openai_config_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/dalle_openai_config_quality.py +9 -0
- autobots_client-0.1.0/autobots_client/models/dalle_openai_config_response_format_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/dalle_openai_config_size_type_0.py +12 -0
- autobots_client-0.1.0/autobots_client/models/dalle_openai_config_style_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/dashboard_metric.py +122 -0
- autobots_client-0.1.0/autobots_client/models/dashboard_request.py +183 -0
- autobots_client-0.1.0/autobots_client/models/dashboard_response.py +166 -0
- autobots_client-0.1.0/autobots_client/models/dashboard_summary.py +134 -0
- autobots_client-0.1.0/autobots_client/models/data_flow_type.py +10 -0
- autobots_client-0.1.0/autobots_client/models/database_connection.py +206 -0
- autobots_client-0.1.0/autobots_client/models/database_creds_model.py +303 -0
- autobots_client-0.1.0/autobots_client/models/database_creds_model_credentials_info_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/database_enum.py +12 -0
- autobots_client-0.1.0/autobots_client/models/datastore_meta_doc.py +105 -0
- autobots_client-0.1.0/autobots_client/models/db_auth_doc.py +130 -0
- autobots_client-0.1.0/autobots_client/models/db_auth_doc_auth.py +47 -0
- autobots_client-0.1.0/autobots_client/models/db_auth_lite_doc.py +116 -0
- autobots_client-0.1.0/autobots_client/models/db_auth_lite_doc_page.py +99 -0
- autobots_client-0.1.0/autobots_client/models/delete_cost_config_v1_dashboard_cost_config_config_type_delete_response_delete_cost_config_v1_dashboard_cost_config_config_type_delete.py +50 -0
- autobots_client-0.1.0/autobots_client/models/delete_file_v1_openai_storage_files_delete_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/delete_vector_store.py +61 -0
- autobots_client-0.1.0/autobots_client/models/delete_vector_store_file.py +69 -0
- autobots_client-0.1.0/autobots_client/models/delete_vector_store_files_v1_openai_storage_vector_store_file_batches_delete_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/delete_vector_store_v1_openai_storage_vector_stores_delete_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/deleted.py +61 -0
- autobots_client-0.1.0/autobots_client/models/department_metrics.py +102 -0
- autobots_client-0.1.0/autobots_client/models/doc_find_page.py +99 -0
- autobots_client-0.1.0/autobots_client/models/event_result_status.py +12 -0
- autobots_client-0.1.0/autobots_client/models/event_type.py +10 -0
- autobots_client-0.1.0/autobots_client/models/expires_after.py +72 -0
- autobots_client-0.1.0/autobots_client/models/factor.py +135 -0
- autobots_client-0.1.0/autobots_client/models/factor_factor_type_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/factor_status.py +9 -0
- autobots_client-0.1.0/autobots_client/models/file.py +78 -0
- autobots_client-0.1.0/autobots_client/models/file_and_processing_params.py +75 -0
- autobots_client-0.1.0/autobots_client/models/file_counts.py +93 -0
- autobots_client-0.1.0/autobots_client/models/file_deleted.py +79 -0
- autobots_client-0.1.0/autobots_client/models/file_file.py +79 -0
- autobots_client-0.1.0/autobots_client/models/file_list_response_schema.py +99 -0
- autobots_client-0.1.0/autobots_client/models/file_meta.py +69 -0
- autobots_client-0.1.0/autobots_client/models/file_object.py +156 -0
- autobots_client-0.1.0/autobots_client/models/file_object_purpose.py +15 -0
- autobots_client-0.1.0/autobots_client/models/file_object_status.py +10 -0
- autobots_client-0.1.0/autobots_client/models/file_params.py +69 -0
- autobots_client-0.1.0/autobots_client/models/file_search.py +112 -0
- autobots_client-0.1.0/autobots_client/models/file_search_ranking_options.py +100 -0
- autobots_client-0.1.0/autobots_client/models/file_search_ranking_options_ranker_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/files_and_processing_params.py +75 -0
- autobots_client-0.1.0/autobots_client/models/filter_by.py +10 -0
- autobots_client-0.1.0/autobots_client/models/function.py +70 -0
- autobots_client-0.1.0/autobots_client/models/function_call.py +72 -0
- autobots_client-0.1.0/autobots_client/models/function_definition.py +141 -0
- autobots_client-0.1.0/autobots_client/models/function_definition_parameters_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/get_creds_types_v1_app_creds_types_app_get_response_get_creds_types_v1_app_creds_types_app_get.py +47 -0
- autobots_client-0.1.0/autobots_client/models/get_file_info_v1_openai_storage_files_get_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/get_file_v1_openai_storage_files_content_get_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/get_vector_store_files_v1_openai_storage_vector_store_file_batches_get_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/get_vector_store_v1_openai_storage_vector_stores_get_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/graph_rag_search_data.py +111 -0
- autobots_client-0.1.0/autobots_client/models/graph_rag_search_data_graph_visualization_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/http_validation_error.py +79 -0
- autobots_client-0.1.0/autobots_client/models/image.py +114 -0
- autobots_client-0.1.0/autobots_client/models/image_create_variation.py +305 -0
- autobots_client-0.1.0/autobots_client/models/image_create_variation_extra_headers_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/image_create_variation_extra_query_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/image_create_variation_response_format_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/image_create_variation_size_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/image_edit.py +333 -0
- autobots_client-0.1.0/autobots_client/models/image_edit_extra_headers_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/image_edit_extra_query_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/image_edit_input.py +144 -0
- autobots_client-0.1.0/autobots_client/models/image_edit_input_size_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/image_edit_response_format_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/image_edit_size_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/image_url.py +80 -0
- autobots_client-0.1.0/autobots_client/models/image_url_detail.py +10 -0
- autobots_client-0.1.0/autobots_client/models/image_variation_input.py +104 -0
- autobots_client-0.1.0/autobots_client/models/image_variation_input_size_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/images_response.py +267 -0
- autobots_client-0.1.0/autobots_client/models/images_response_background_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/images_response_output_format_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/images_response_quality_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/images_response_size_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/ingest_async_response.py +77 -0
- autobots_client-0.1.0/autobots_client/models/initialize_default_configs_v1_dashboard_cost_config_initialize_post_response_initialize_default_configs_v1_dashboard_cost_config_initialize_post.py +50 -0
- autobots_client-0.1.0/autobots_client/models/input_audio.py +71 -0
- autobots_client-0.1.0/autobots_client/models/input_audio_format.py +9 -0
- autobots_client-0.1.0/autobots_client/models/interval_trigger_model.py +72 -0
- autobots_client-0.1.0/autobots_client/models/job_status_schema.py +273 -0
- autobots_client-0.1.0/autobots_client/models/json_schema.py +115 -0
- autobots_client-0.1.0/autobots_client/models/json_schema_schema.py +47 -0
- autobots_client-0.1.0/autobots_client/models/knowledge_base_create_request.py +83 -0
- autobots_client-0.1.0/autobots_client/models/knowledge_base_member_by_email_request.py +71 -0
- autobots_client-0.1.0/autobots_client/models/knowledge_base_member_create_request.py +71 -0
- autobots_client-0.1.0/autobots_client/models/knowledge_base_member_update_request.py +63 -0
- autobots_client-0.1.0/autobots_client/models/knowledge_base_members_bulk_request.py +71 -0
- autobots_client-0.1.0/autobots_client/models/knowledge_base_membership_response.py +152 -0
- autobots_client-0.1.0/autobots_client/models/knowledge_base_response.py +169 -0
- autobots_client-0.1.0/autobots_client/models/knowledge_base_role.py +11 -0
- autobots_client-0.1.0/autobots_client/models/knowledge_base_update_request.py +93 -0
- autobots_client-0.1.0/autobots_client/models/last_error.py +74 -0
- autobots_client-0.1.0/autobots_client/models/last_error_code.py +10 -0
- autobots_client-0.1.0/autobots_client/models/list_action_tools_v1_actions_tools_get_llm_type.py +14 -0
- autobots_client-0.1.0/autobots_client/models/list_files_info_v1_openai_storage_files_list_get_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/list_ingested_files_proxy_v1_ingestion_files_get_scope_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/list_ingested_files_proxy_v1_ingestion_files_get_sort_by.py +11 -0
- autobots_client-0.1.0/autobots_client/models/list_ingested_files_proxy_v1_ingestion_files_get_sort_order.py +9 -0
- autobots_client-0.1.0/autobots_client/models/list_mcps_v1_mcps_get_request_headers.py +47 -0
- autobots_client-0.1.0/autobots_client/models/list_mcps_v1_mcps_get_server_type.py +9 -0
- autobots_client-0.1.0/autobots_client/models/list_vector_store_files_v1_openai_storage_vector_store_file_batches_list_get_filter_type_0.py +11 -0
- autobots_client-0.1.0/autobots_client/models/list_vector_store_files_v1_openai_storage_vector_store_file_batches_list_get_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/list_vector_store_files_v1_openai_storage_vector_store_file_batches_list_get_order_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/list_vector_store_files_v1_openai_storage_vector_store_files_list_get_filter_type_0.py +11 -0
- autobots_client-0.1.0/autobots_client/models/list_vector_store_files_v1_openai_storage_vector_store_files_list_get_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/list_vector_store_files_v1_openai_storage_vector_store_files_list_get_order_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/list_vector_stores_v1_openai_storage_vector_stores_list_get_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/list_vector_stores_v1_openai_storage_vector_stores_list_get_order.py +9 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config.py +1391 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_extra_headers_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_extra_query_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_json_schema_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_logit_bias_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_metadata_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_modalities_type_0_item.py +9 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_model_type_0.py +81 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_model_type_1.py +25 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_prompt_cache_retention_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_reasoning_effort_type_0.py +13 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_response_schema_type_1.py +47 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_service_tier_type_0.py +12 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_tool_choice_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/llm_chat_openai_config_verbosity_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/looker_client_credentials_request.py +77 -0
- autobots_client-0.1.0/autobots_client/models/mcp_create.py +191 -0
- autobots_client-0.1.0/autobots_client/models/mcp_create_request_headers_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/mcp_create_server_type.py +9 -0
- autobots_client-0.1.0/autobots_client/models/mcp_doc.py +241 -0
- autobots_client-0.1.0/autobots_client/models/mcp_doc_request_headers_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/mcp_doc_server_type.py +9 -0
- autobots_client-0.1.0/autobots_client/models/mcp_docs_found.py +99 -0
- autobots_client-0.1.0/autobots_client/models/mcp_update.py +233 -0
- autobots_client-0.1.0/autobots_client/models/mcp_update_request_headers_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/mcp_update_server_type_type_0.py +9 -0
- autobots_client-0.1.0/autobots_client/models/message.py +101 -0
- autobots_client-0.1.0/autobots_client/models/message_content_type_1_item.py +47 -0
- autobots_client-0.1.0/autobots_client/models/metadata.py +79 -0
- autobots_client-0.1.0/autobots_client/models/metric_history_response.py +106 -0
- autobots_client-0.1.0/autobots_client/models/metric_history_response_summary_stats.py +47 -0
- autobots_client-0.1.0/autobots_client/models/metric_type.py +15 -0
- autobots_client-0.1.0/autobots_client/models/net_suite_tba_request.py +118 -0
- autobots_client-0.1.0/autobots_client/models/node.py +131 -0
- autobots_client-0.1.0/autobots_client/models/node_data.py +351 -0
- autobots_client-0.1.0/autobots_client/models/other_file_chunking_strategy_object.py +66 -0
- autobots_client-0.1.0/autobots_client/models/output_type.py +10 -0
- autobots_client-0.1.0/autobots_client/models/partition_parameters_params.py +514 -0
- autobots_client-0.1.0/autobots_client/models/partition_parameters_params_hi_res_model_name_type_0.py +11 -0
- autobots_client-0.1.0/autobots_client/models/partition_parameters_params_strategy_type_0.py +10 -0
- autobots_client-0.1.0/autobots_client/models/position.py +69 -0
- autobots_client-0.1.0/autobots_client/models/prompt_update.py +162 -0
- autobots_client-0.1.0/autobots_client/models/read_url_config.py +91 -0
- autobots_client-0.1.0/autobots_client/models/region.py +75 -0
- autobots_client-0.1.0/autobots_client/models/response_format_json_object.py +69 -0
- autobots_client-0.1.0/autobots_client/models/response_format_json_schema.py +81 -0
- autobots_client-0.1.0/autobots_client/models/response_format_text.py +64 -0
- autobots_client-0.1.0/autobots_client/models/retrieve_vector_store.py +61 -0
- autobots_client-0.1.0/autobots_client/models/retrieve_vector_store_file_batch.py +69 -0
- autobots_client-0.1.0/autobots_client/models/role.py +10 -0
- autobots_client-0.1.0/autobots_client/models/run_action_stream_v1_actions_id_run_stream_post_input.py +47 -0
- autobots_client-0.1.0/autobots_client/models/run_action_v1_actions_id_run_post_input.py +47 -0
- autobots_client-0.1.0/autobots_client/models/run_react_agent_v1_agents_react_post_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/run_webhook_event_v1_webhooks_event_id_post_event.py +47 -0
- autobots_client-0.1.0/autobots_client/models/runnable_type.py +9 -0
- autobots_client-0.1.0/autobots_client/models/schedule_update.py +197 -0
- autobots_client-0.1.0/autobots_client/models/search_result.py +142 -0
- autobots_client-0.1.0/autobots_client/models/search_result_metadata_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/search_text_params.py +135 -0
- autobots_client-0.1.0/autobots_client/models/search_text_params_safesearch.py +10 -0
- autobots_client-0.1.0/autobots_client/models/search_web_config.py +86 -0
- autobots_client-0.1.0/autobots_client/models/search_web_config_search_type.py +9 -0
- autobots_client-0.1.0/autobots_client/models/session.py +161 -0
- autobots_client-0.1.0/autobots_client/models/share_data_create.py +71 -0
- autobots_client-0.1.0/autobots_client/models/share_data_doc.py +122 -0
- autobots_client-0.1.0/autobots_client/models/share_data_docs_page.py +99 -0
- autobots_client-0.1.0/autobots_client/models/share_data_update.py +104 -0
- autobots_client-0.1.0/autobots_client/models/siri_automation_payload.py +77 -0
- autobots_client-0.1.0/autobots_client/models/source_chunk.py +149 -0
- autobots_client-0.1.0/autobots_client/models/source_chunk_metadata.py +47 -0
- autobots_client-0.1.0/autobots_client/models/speech_req.py +123 -0
- autobots_client-0.1.0/autobots_client/models/speech_req_model.py +9 -0
- autobots_client-0.1.0/autobots_client/models/speech_req_response_format.py +13 -0
- autobots_client-0.1.0/autobots_client/models/speech_req_voice.py +13 -0
- autobots_client-0.1.0/autobots_client/models/spotify_client_credentials_request.py +69 -0
- autobots_client-0.1.0/autobots_client/models/static_file_chunking_strategy.py +69 -0
- autobots_client-0.1.0/autobots_client/models/static_file_chunking_strategy_object.py +77 -0
- autobots_client-0.1.0/autobots_client/models/static_file_chunking_strategy_object_param.py +78 -0
- autobots_client-0.1.0/autobots_client/models/static_file_chunking_strategy_param.py +69 -0
- autobots_client-0.1.0/autobots_client/models/structured_output_schema.py +139 -0
- autobots_client-0.1.0/autobots_client/models/structured_output_schema_properties.py +47 -0
- autobots_client-0.1.0/autobots_client/models/sync_app_auth_v1_app_auth_sync_get_response_sync_app_auth_v1_app_auth_sync_get.py +47 -0
- autobots_client-0.1.0/autobots_client/models/team_create.py +91 -0
- autobots_client-0.1.0/autobots_client/models/team_doc.py +141 -0
- autobots_client-0.1.0/autobots_client/models/team_lite_doc.py +141 -0
- autobots_client-0.1.0/autobots_client/models/team_lite_doc_page.py +99 -0
- autobots_client-0.1.0/autobots_client/models/team_update.py +91 -0
- autobots_client-0.1.0/autobots_client/models/test_db_connection_v1_db_auth_test_connection_db_auth_id_post_response_test_db_connection_v1_db_auth_test_connection_db_auth_id_post.py +50 -0
- autobots_client-0.1.0/autobots_client/models/text_obj.py +61 -0
- autobots_client-0.1.0/autobots_client/models/text_objs.py +79 -0
- autobots_client-0.1.0/autobots_client/models/time_range.py +12 -0
- autobots_client-0.1.0/autobots_client/models/time_range_config.py +89 -0
- autobots_client-0.1.0/autobots_client/models/time_series_data_point.py +94 -0
- autobots_client-0.1.0/autobots_client/models/timelimit.py +12 -0
- autobots_client-0.1.0/autobots_client/models/timezone_enum.py +602 -0
- autobots_client-0.1.0/autobots_client/models/tool_resources.py +128 -0
- autobots_client-0.1.0/autobots_client/models/tool_resources_code_interpreter.py +84 -0
- autobots_client-0.1.0/autobots_client/models/tool_resources_file_search.py +84 -0
- autobots_client-0.1.0/autobots_client/models/tool_resources_file_search_vector_store.py +166 -0
- autobots_client-0.1.0/autobots_client/models/tool_resources_file_search_vector_store_chunking_strategy_auto.py +66 -0
- autobots_client-0.1.0/autobots_client/models/tool_resources_file_search_vector_store_chunking_strategy_static.py +81 -0
- autobots_client-0.1.0/autobots_client/models/tool_resources_file_search_vector_store_chunking_strategy_static_static.py +69 -0
- autobots_client-0.1.0/autobots_client/models/tool_resources_file_search_vector_store_metadata_type_0.py +47 -0
- autobots_client-0.1.0/autobots_client/models/transcription_req.py +128 -0
- autobots_client-0.1.0/autobots_client/models/transcription_req_response_format.py +12 -0
- autobots_client-0.1.0/autobots_client/models/translation_req.py +119 -0
- autobots_client-0.1.0/autobots_client/models/translation_req_response_format.py +12 -0
- autobots_client-0.1.0/autobots_client/models/update_vector_store.py +123 -0
- autobots_client-0.1.0/autobots_client/models/update_vector_store_v1_openai_storage_vector_stores_put_openai_provider.py +9 -0
- autobots_client-0.1.0/autobots_client/models/url_obj.py +61 -0
- autobots_client-0.1.0/autobots_client/models/url_response.py +61 -0
- autobots_client-0.1.0/autobots_client/models/usage.py +128 -0
- autobots_client-0.1.0/autobots_client/models/usage_input_tokens_details.py +70 -0
- autobots_client-0.1.0/autobots_client/models/usage_output_tokens_details.py +70 -0
- autobots_client-0.1.0/autobots_client/models/user.py +635 -0
- autobots_client-0.1.0/autobots_client/models/user_app_metadata.py +47 -0
- autobots_client-0.1.0/autobots_client/models/user_attributes.py +97 -0
- autobots_client-0.1.0/autobots_client/models/user_identity.py +171 -0
- autobots_client-0.1.0/autobots_client/models/user_identity_identity_data.py +47 -0
- autobots_client-0.1.0/autobots_client/models/user_user_metadata.py +47 -0
- autobots_client-0.1.0/autobots_client/models/v2_delete_collection_v1_vectorstore_v2_collections_collection_name_delete_response_v2_delete_collection_v1_vectorstore_v2_collections_collection_name_delete.py +50 -0
- autobots_client-0.1.0/autobots_client/models/validation_error.py +123 -0
- autobots_client-0.1.0/autobots_client/models/validation_error_context.py +47 -0
- autobots_client-0.1.0/autobots_client/models/vector_store_deleted.py +79 -0
- autobots_client-0.1.0/autobots_client/models/vector_store_file.py +226 -0
- autobots_client-0.1.0/autobots_client/models/vector_store_file_attributes_type_0.py +58 -0
- autobots_client-0.1.0/autobots_client/models/vector_store_file_batch.py +112 -0
- autobots_client-0.1.0/autobots_client/models/vector_store_file_batch_status.py +11 -0
- autobots_client-0.1.0/autobots_client/models/vector_store_file_deleted.py +79 -0
- autobots_client-0.1.0/autobots_client/models/vector_store_file_status.py +11 -0
- autobots_client-0.1.0/autobots_client/models/web_search_options.py +109 -0
- autobots_client-0.1.0/autobots_client/models/web_search_options_search_context_size.py +10 -0
- autobots_client-0.1.0/autobots_client/models/web_search_options_user_location.py +78 -0
- autobots_client-0.1.0/autobots_client/models/web_search_options_user_location_approximate.py +89 -0
- autobots_client-0.1.0/autobots_client/models/webhook.py +72 -0
- autobots_client-0.1.0/autobots_client/models/webhook_create.py +83 -0
- autobots_client-0.1.0/autobots_client/models/webhook_doc.py +162 -0
- autobots_client-0.1.0/autobots_client/models/webhook_update.py +93 -0
- autobots_client-0.1.0/autobots_client/models/workflow_performance.py +94 -0
- autobots_client-0.1.0/autobots_client/models/zendesk_webhook_v1_webhooks_zendesk_post_event.py +47 -0
- autobots_client-0.1.0/autobots_client/py.typed +1 -0
- autobots_client-0.1.0/autobots_client/types.py +54 -0
- autobots_client-0.1.0/pyproject.toml +44 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024-2026 Jetoslabs
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: autobots-client
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: A Python client library for accessing the Autobots API - Automate your workflows with AI-powered agents
|
|
5
|
+
License: MIT
|
|
6
|
+
License-File: LICENSE
|
|
7
|
+
Keywords: autobots,api-client,automation,ai,workflow,api
|
|
8
|
+
Author: Anurag Jha
|
|
9
|
+
Author-email: toanuragjha@gmail.com
|
|
10
|
+
Requires-Python: >=3.10,<4.0
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
20
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
21
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
|
+
Classifier: Typing :: Typed
|
|
23
|
+
Requires-Dist: attrs (>=22.2.0)
|
|
24
|
+
Requires-Dist: httpx (>=0.23.0,<0.29.0)
|
|
25
|
+
Requires-Dist: python-dateutil (>=2.8.0,<3.0.0)
|
|
26
|
+
Project-URL: Documentation, https://github.com/jetoslabs/autobots-python-client#readme
|
|
27
|
+
Project-URL: Homepage, https://github.com/jetoslabs/autobots-python-client
|
|
28
|
+
Project-URL: Repository, https://github.com/jetoslabs/autobots-python-client
|
|
29
|
+
Description-Content-Type: text/markdown
|
|
30
|
+
|
|
31
|
+
# autobots-client
|
|
32
|
+
A client library for accessing Autobots
|
|
33
|
+
|
|
34
|
+
## Usage
|
|
35
|
+
First, create a client:
|
|
36
|
+
|
|
37
|
+
```python
|
|
38
|
+
from autobots_client import Client
|
|
39
|
+
|
|
40
|
+
client = Client(base_url="https://api.example.com")
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
If the endpoints you're going to hit require authentication, use `AuthenticatedClient` instead:
|
|
44
|
+
|
|
45
|
+
```python
|
|
46
|
+
from autobots_client import AuthenticatedClient
|
|
47
|
+
|
|
48
|
+
client = AuthenticatedClient(base_url="https://api.example.com", token="SuperSecretToken")
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Now call your endpoint and use your models:
|
|
52
|
+
|
|
53
|
+
```python
|
|
54
|
+
from autobots_client.models import MyDataModel
|
|
55
|
+
from autobots_client.api.my_tag import get_my_data_model
|
|
56
|
+
from autobots_client.types import Response
|
|
57
|
+
|
|
58
|
+
with client as client:
|
|
59
|
+
my_data: MyDataModel = get_my_data_model.sync(client=client)
|
|
60
|
+
# or if you need more info (e.g. status_code)
|
|
61
|
+
response: Response[MyDataModel] = get_my_data_model.sync_detailed(client=client)
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Or do the same thing with an async version:
|
|
65
|
+
|
|
66
|
+
```python
|
|
67
|
+
from autobots_client.models import MyDataModel
|
|
68
|
+
from autobots_client.api.my_tag import get_my_data_model
|
|
69
|
+
from autobots_client.types import Response
|
|
70
|
+
|
|
71
|
+
async with client as client:
|
|
72
|
+
my_data: MyDataModel = await get_my_data_model.asyncio(client=client)
|
|
73
|
+
response: Response[MyDataModel] = await get_my_data_model.asyncio_detailed(client=client)
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
By default, when you're calling an HTTPS API it will attempt to verify that SSL is working correctly. Using certificate verification is highly recommended most of the time, but sometimes you may need to authenticate to a server (especially an internal server) using a custom certificate bundle.
|
|
77
|
+
|
|
78
|
+
```python
|
|
79
|
+
client = AuthenticatedClient(
|
|
80
|
+
base_url="https://internal_api.example.com",
|
|
81
|
+
token="SuperSecretToken",
|
|
82
|
+
verify_ssl="/path/to/certificate_bundle.pem",
|
|
83
|
+
)
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
You can also disable certificate validation altogether, but beware that **this is a security risk**.
|
|
87
|
+
|
|
88
|
+
```python
|
|
89
|
+
client = AuthenticatedClient(
|
|
90
|
+
base_url="https://internal_api.example.com",
|
|
91
|
+
token="SuperSecretToken",
|
|
92
|
+
verify_ssl=False
|
|
93
|
+
)
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
Things to know:
|
|
97
|
+
1. Every path/method combo becomes a Python module with four functions:
|
|
98
|
+
1. `sync`: Blocking request that returns parsed data (if successful) or `None`
|
|
99
|
+
1. `sync_detailed`: Blocking request that always returns a `Request`, optionally with `parsed` set if the request was successful.
|
|
100
|
+
1. `asyncio`: Like `sync` but async instead of blocking
|
|
101
|
+
1. `asyncio_detailed`: Like `sync_detailed` but async instead of blocking
|
|
102
|
+
|
|
103
|
+
1. All path/query params, and bodies become method arguments.
|
|
104
|
+
1. If your endpoint had any tags on it, the first tag will be used as a module name for the function (my_tag above)
|
|
105
|
+
1. Any endpoint which did not have a tag will be in `autobots_client.api.default`
|
|
106
|
+
|
|
107
|
+
## Advanced customizations
|
|
108
|
+
|
|
109
|
+
There are more settings on the generated `Client` class which let you control more runtime behavior, check out the docstring on that class for more info. You can also customize the underlying `httpx.Client` or `httpx.AsyncClient` (depending on your use-case):
|
|
110
|
+
|
|
111
|
+
```python
|
|
112
|
+
from autobots_client import Client
|
|
113
|
+
|
|
114
|
+
def log_request(request):
|
|
115
|
+
print(f"Request event hook: {request.method} {request.url} - Waiting for response")
|
|
116
|
+
|
|
117
|
+
def log_response(response):
|
|
118
|
+
request = response.request
|
|
119
|
+
print(f"Response event hook: {request.method} {request.url} - Status {response.status_code}")
|
|
120
|
+
|
|
121
|
+
client = Client(
|
|
122
|
+
base_url="https://api.example.com",
|
|
123
|
+
httpx_args={"event_hooks": {"request": [log_request], "response": [log_response]}},
|
|
124
|
+
)
|
|
125
|
+
|
|
126
|
+
# Or get the underlying httpx client to modify directly with client.get_httpx_client() or client.get_async_httpx_client()
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
You can even set the httpx client directly, but beware that this will override any existing settings (e.g., base_url):
|
|
130
|
+
|
|
131
|
+
```python
|
|
132
|
+
import httpx
|
|
133
|
+
from autobots_client import Client
|
|
134
|
+
|
|
135
|
+
client = Client(
|
|
136
|
+
base_url="https://api.example.com",
|
|
137
|
+
)
|
|
138
|
+
# Note that base_url needs to be re-set, as would any shared cookies, headers, etc.
|
|
139
|
+
client.set_httpx_client(httpx.Client(base_url="https://api.example.com", proxies="http://localhost:8030"))
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
## Building / publishing this package
|
|
143
|
+
This project uses [Poetry](https://python-poetry.org/) to manage dependencies and packaging. Here are the basics:
|
|
144
|
+
1. Update the metadata in pyproject.toml (e.g. authors, version)
|
|
145
|
+
1. If you're using a private repository, configure it with Poetry
|
|
146
|
+
1. `poetry config repositories.<your-repository-name> <url-to-your-repository>`
|
|
147
|
+
1. `poetry config http-basic.<your-repository-name> <username> <password>`
|
|
148
|
+
1. Publish the client with `poetry publish --build -r <your-repository-name>` or, if for public PyPI, just `poetry publish --build`
|
|
149
|
+
|
|
150
|
+
If you want to install this client into another project without publishing it (e.g. for development) then:
|
|
151
|
+
1. If that project **is using Poetry**, you can simply do `poetry add <path-to-this-client>` from that project
|
|
152
|
+
1. If that project is not using Poetry:
|
|
153
|
+
1. Build a wheel with `poetry build -f wheel`
|
|
154
|
+
1. Install that wheel from the other project `pip install <path-to-wheel>`
|
|
155
|
+
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# autobots-client
|
|
2
|
+
A client library for accessing Autobots
|
|
3
|
+
|
|
4
|
+
## Usage
|
|
5
|
+
First, create a client:
|
|
6
|
+
|
|
7
|
+
```python
|
|
8
|
+
from autobots_client import Client
|
|
9
|
+
|
|
10
|
+
client = Client(base_url="https://api.example.com")
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
If the endpoints you're going to hit require authentication, use `AuthenticatedClient` instead:
|
|
14
|
+
|
|
15
|
+
```python
|
|
16
|
+
from autobots_client import AuthenticatedClient
|
|
17
|
+
|
|
18
|
+
client = AuthenticatedClient(base_url="https://api.example.com", token="SuperSecretToken")
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Now call your endpoint and use your models:
|
|
22
|
+
|
|
23
|
+
```python
|
|
24
|
+
from autobots_client.models import MyDataModel
|
|
25
|
+
from autobots_client.api.my_tag import get_my_data_model
|
|
26
|
+
from autobots_client.types import Response
|
|
27
|
+
|
|
28
|
+
with client as client:
|
|
29
|
+
my_data: MyDataModel = get_my_data_model.sync(client=client)
|
|
30
|
+
# or if you need more info (e.g. status_code)
|
|
31
|
+
response: Response[MyDataModel] = get_my_data_model.sync_detailed(client=client)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Or do the same thing with an async version:
|
|
35
|
+
|
|
36
|
+
```python
|
|
37
|
+
from autobots_client.models import MyDataModel
|
|
38
|
+
from autobots_client.api.my_tag import get_my_data_model
|
|
39
|
+
from autobots_client.types import Response
|
|
40
|
+
|
|
41
|
+
async with client as client:
|
|
42
|
+
my_data: MyDataModel = await get_my_data_model.asyncio(client=client)
|
|
43
|
+
response: Response[MyDataModel] = await get_my_data_model.asyncio_detailed(client=client)
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
By default, when you're calling an HTTPS API it will attempt to verify that SSL is working correctly. Using certificate verification is highly recommended most of the time, but sometimes you may need to authenticate to a server (especially an internal server) using a custom certificate bundle.
|
|
47
|
+
|
|
48
|
+
```python
|
|
49
|
+
client = AuthenticatedClient(
|
|
50
|
+
base_url="https://internal_api.example.com",
|
|
51
|
+
token="SuperSecretToken",
|
|
52
|
+
verify_ssl="/path/to/certificate_bundle.pem",
|
|
53
|
+
)
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
You can also disable certificate validation altogether, but beware that **this is a security risk**.
|
|
57
|
+
|
|
58
|
+
```python
|
|
59
|
+
client = AuthenticatedClient(
|
|
60
|
+
base_url="https://internal_api.example.com",
|
|
61
|
+
token="SuperSecretToken",
|
|
62
|
+
verify_ssl=False
|
|
63
|
+
)
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
Things to know:
|
|
67
|
+
1. Every path/method combo becomes a Python module with four functions:
|
|
68
|
+
1. `sync`: Blocking request that returns parsed data (if successful) or `None`
|
|
69
|
+
1. `sync_detailed`: Blocking request that always returns a `Request`, optionally with `parsed` set if the request was successful.
|
|
70
|
+
1. `asyncio`: Like `sync` but async instead of blocking
|
|
71
|
+
1. `asyncio_detailed`: Like `sync_detailed` but async instead of blocking
|
|
72
|
+
|
|
73
|
+
1. All path/query params, and bodies become method arguments.
|
|
74
|
+
1. If your endpoint had any tags on it, the first tag will be used as a module name for the function (my_tag above)
|
|
75
|
+
1. Any endpoint which did not have a tag will be in `autobots_client.api.default`
|
|
76
|
+
|
|
77
|
+
## Advanced customizations
|
|
78
|
+
|
|
79
|
+
There are more settings on the generated `Client` class which let you control more runtime behavior, check out the docstring on that class for more info. You can also customize the underlying `httpx.Client` or `httpx.AsyncClient` (depending on your use-case):
|
|
80
|
+
|
|
81
|
+
```python
|
|
82
|
+
from autobots_client import Client
|
|
83
|
+
|
|
84
|
+
def log_request(request):
|
|
85
|
+
print(f"Request event hook: {request.method} {request.url} - Waiting for response")
|
|
86
|
+
|
|
87
|
+
def log_response(response):
|
|
88
|
+
request = response.request
|
|
89
|
+
print(f"Response event hook: {request.method} {request.url} - Status {response.status_code}")
|
|
90
|
+
|
|
91
|
+
client = Client(
|
|
92
|
+
base_url="https://api.example.com",
|
|
93
|
+
httpx_args={"event_hooks": {"request": [log_request], "response": [log_response]}},
|
|
94
|
+
)
|
|
95
|
+
|
|
96
|
+
# Or get the underlying httpx client to modify directly with client.get_httpx_client() or client.get_async_httpx_client()
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
You can even set the httpx client directly, but beware that this will override any existing settings (e.g., base_url):
|
|
100
|
+
|
|
101
|
+
```python
|
|
102
|
+
import httpx
|
|
103
|
+
from autobots_client import Client
|
|
104
|
+
|
|
105
|
+
client = Client(
|
|
106
|
+
base_url="https://api.example.com",
|
|
107
|
+
)
|
|
108
|
+
# Note that base_url needs to be re-set, as would any shared cookies, headers, etc.
|
|
109
|
+
client.set_httpx_client(httpx.Client(base_url="https://api.example.com", proxies="http://localhost:8030"))
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## Building / publishing this package
|
|
113
|
+
This project uses [Poetry](https://python-poetry.org/) to manage dependencies and packaging. Here are the basics:
|
|
114
|
+
1. Update the metadata in pyproject.toml (e.g. authors, version)
|
|
115
|
+
1. If you're using a private repository, configure it with Poetry
|
|
116
|
+
1. `poetry config repositories.<your-repository-name> <url-to-your-repository>`
|
|
117
|
+
1. `poetry config http-basic.<your-repository-name> <username> <password>`
|
|
118
|
+
1. Publish the client with `poetry publish --build -r <your-repository-name>` or, if for public PyPI, just `poetry publish --build`
|
|
119
|
+
|
|
120
|
+
If you want to install this client into another project without publishing it (e.g. for development) then:
|
|
121
|
+
1. If that project **is using Poetry**, you can simply do `poetry add <path-to-this-client>` from that project
|
|
122
|
+
1. If that project is not using Poetry:
|
|
123
|
+
1. Build a wheel with `poetry build -f wheel`
|
|
124
|
+
1. Install that wheel from the other project `pip install <path-to-wheel>`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Contains methods for accessing the API"""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Contains endpoint functions for accessing the API"""
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any
|
|
3
|
+
|
|
4
|
+
import httpx
|
|
5
|
+
|
|
6
|
+
from ... import errors
|
|
7
|
+
from ...client import AuthenticatedClient, Client
|
|
8
|
+
from ...models.chat_doc import ChatDoc
|
|
9
|
+
from ...models.create_chat_v1_action_chats_post_openai_provider import CreateChatV1ActionChatsPostOpenaiProvider
|
|
10
|
+
from ...models.http_validation_error import HTTPValidationError
|
|
11
|
+
from ...types import UNSET, Response
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def _get_kwargs(
|
|
15
|
+
*,
|
|
16
|
+
action_id: str,
|
|
17
|
+
openai_provider: CreateChatV1ActionChatsPostOpenaiProvider,
|
|
18
|
+
) -> dict[str, Any]:
|
|
19
|
+
|
|
20
|
+
params: dict[str, Any] = {}
|
|
21
|
+
|
|
22
|
+
params["action_id"] = action_id
|
|
23
|
+
|
|
24
|
+
json_openai_provider = openai_provider.value
|
|
25
|
+
params["openai_provider"] = json_openai_provider
|
|
26
|
+
|
|
27
|
+
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
28
|
+
|
|
29
|
+
_kwargs: dict[str, Any] = {
|
|
30
|
+
"method": "post",
|
|
31
|
+
"url": "/v1/action_chats/",
|
|
32
|
+
"params": params,
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
return _kwargs
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def _parse_response(
|
|
39
|
+
*, client: AuthenticatedClient | Client, response: httpx.Response
|
|
40
|
+
) -> ChatDoc | HTTPValidationError | None:
|
|
41
|
+
if response.status_code == 200:
|
|
42
|
+
response_200 = ChatDoc.from_dict(response.json())
|
|
43
|
+
|
|
44
|
+
return response_200
|
|
45
|
+
|
|
46
|
+
if response.status_code == 422:
|
|
47
|
+
response_422 = HTTPValidationError.from_dict(response.json())
|
|
48
|
+
|
|
49
|
+
return response_422
|
|
50
|
+
|
|
51
|
+
if client.raise_on_unexpected_status:
|
|
52
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
53
|
+
else:
|
|
54
|
+
return None
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def _build_response(
|
|
58
|
+
*, client: AuthenticatedClient | Client, response: httpx.Response
|
|
59
|
+
) -> Response[ChatDoc | HTTPValidationError]:
|
|
60
|
+
return Response(
|
|
61
|
+
status_code=HTTPStatus(response.status_code),
|
|
62
|
+
content=response.content,
|
|
63
|
+
headers=response.headers,
|
|
64
|
+
parsed=_parse_response(client=client, response=response),
|
|
65
|
+
)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
def sync_detailed(
|
|
69
|
+
*,
|
|
70
|
+
client: AuthenticatedClient,
|
|
71
|
+
action_id: str,
|
|
72
|
+
openai_provider: CreateChatV1ActionChatsPostOpenaiProvider,
|
|
73
|
+
) -> Response[ChatDoc | HTTPValidationError]:
|
|
74
|
+
"""Create Chat
|
|
75
|
+
|
|
76
|
+
Args:
|
|
77
|
+
action_id (str):
|
|
78
|
+
openai_provider (CreateChatV1ActionChatsPostOpenaiProvider):
|
|
79
|
+
|
|
80
|
+
Raises:
|
|
81
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
82
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
83
|
+
|
|
84
|
+
Returns:
|
|
85
|
+
Response[ChatDoc | HTTPValidationError]
|
|
86
|
+
"""
|
|
87
|
+
|
|
88
|
+
kwargs = _get_kwargs(
|
|
89
|
+
action_id=action_id,
|
|
90
|
+
openai_provider=openai_provider,
|
|
91
|
+
)
|
|
92
|
+
|
|
93
|
+
response = client.get_httpx_client().request(
|
|
94
|
+
**kwargs,
|
|
95
|
+
)
|
|
96
|
+
|
|
97
|
+
return _build_response(client=client, response=response)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
def sync(
|
|
101
|
+
*,
|
|
102
|
+
client: AuthenticatedClient,
|
|
103
|
+
action_id: str,
|
|
104
|
+
openai_provider: CreateChatV1ActionChatsPostOpenaiProvider,
|
|
105
|
+
) -> ChatDoc | HTTPValidationError | None:
|
|
106
|
+
"""Create Chat
|
|
107
|
+
|
|
108
|
+
Args:
|
|
109
|
+
action_id (str):
|
|
110
|
+
openai_provider (CreateChatV1ActionChatsPostOpenaiProvider):
|
|
111
|
+
|
|
112
|
+
Raises:
|
|
113
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
114
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
115
|
+
|
|
116
|
+
Returns:
|
|
117
|
+
ChatDoc | HTTPValidationError
|
|
118
|
+
"""
|
|
119
|
+
|
|
120
|
+
return sync_detailed(
|
|
121
|
+
client=client,
|
|
122
|
+
action_id=action_id,
|
|
123
|
+
openai_provider=openai_provider,
|
|
124
|
+
).parsed
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
async def asyncio_detailed(
|
|
128
|
+
*,
|
|
129
|
+
client: AuthenticatedClient,
|
|
130
|
+
action_id: str,
|
|
131
|
+
openai_provider: CreateChatV1ActionChatsPostOpenaiProvider,
|
|
132
|
+
) -> Response[ChatDoc | HTTPValidationError]:
|
|
133
|
+
"""Create Chat
|
|
134
|
+
|
|
135
|
+
Args:
|
|
136
|
+
action_id (str):
|
|
137
|
+
openai_provider (CreateChatV1ActionChatsPostOpenaiProvider):
|
|
138
|
+
|
|
139
|
+
Raises:
|
|
140
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
141
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
142
|
+
|
|
143
|
+
Returns:
|
|
144
|
+
Response[ChatDoc | HTTPValidationError]
|
|
145
|
+
"""
|
|
146
|
+
|
|
147
|
+
kwargs = _get_kwargs(
|
|
148
|
+
action_id=action_id,
|
|
149
|
+
openai_provider=openai_provider,
|
|
150
|
+
)
|
|
151
|
+
|
|
152
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
153
|
+
|
|
154
|
+
return _build_response(client=client, response=response)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
async def asyncio(
|
|
158
|
+
*,
|
|
159
|
+
client: AuthenticatedClient,
|
|
160
|
+
action_id: str,
|
|
161
|
+
openai_provider: CreateChatV1ActionChatsPostOpenaiProvider,
|
|
162
|
+
) -> ChatDoc | HTTPValidationError | None:
|
|
163
|
+
"""Create Chat
|
|
164
|
+
|
|
165
|
+
Args:
|
|
166
|
+
action_id (str):
|
|
167
|
+
openai_provider (CreateChatV1ActionChatsPostOpenaiProvider):
|
|
168
|
+
|
|
169
|
+
Raises:
|
|
170
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
171
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
172
|
+
|
|
173
|
+
Returns:
|
|
174
|
+
ChatDoc | HTTPValidationError
|
|
175
|
+
"""
|
|
176
|
+
|
|
177
|
+
return (
|
|
178
|
+
await asyncio_detailed(
|
|
179
|
+
client=client,
|
|
180
|
+
action_id=action_id,
|
|
181
|
+
openai_provider=openai_provider,
|
|
182
|
+
)
|
|
183
|
+
).parsed
|
autobots_client-0.1.0/autobots_client/api/action_chats/delete_chat_v1_action_chats_id_delete.py
ADDED
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any
|
|
3
|
+
from urllib.parse import quote
|
|
4
|
+
|
|
5
|
+
import httpx
|
|
6
|
+
|
|
7
|
+
from ... import errors
|
|
8
|
+
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...models.chat_doc import ChatDoc
|
|
10
|
+
from ...models.http_validation_error import HTTPValidationError
|
|
11
|
+
from ...types import Response
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def _get_kwargs(
|
|
15
|
+
id: str,
|
|
16
|
+
) -> dict[str, Any]:
|
|
17
|
+
|
|
18
|
+
_kwargs: dict[str, Any] = {
|
|
19
|
+
"method": "delete",
|
|
20
|
+
"url": "/v1/action_chats/{id}".format(
|
|
21
|
+
id=quote(str(id), safe=""),
|
|
22
|
+
),
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
return _kwargs
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
def _parse_response(
|
|
29
|
+
*, client: AuthenticatedClient | Client, response: httpx.Response
|
|
30
|
+
) -> ChatDoc | HTTPValidationError | None:
|
|
31
|
+
if response.status_code == 200:
|
|
32
|
+
response_200 = ChatDoc.from_dict(response.json())
|
|
33
|
+
|
|
34
|
+
return response_200
|
|
35
|
+
|
|
36
|
+
if response.status_code == 422:
|
|
37
|
+
response_422 = HTTPValidationError.from_dict(response.json())
|
|
38
|
+
|
|
39
|
+
return response_422
|
|
40
|
+
|
|
41
|
+
if client.raise_on_unexpected_status:
|
|
42
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
43
|
+
else:
|
|
44
|
+
return None
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
def _build_response(
|
|
48
|
+
*, client: AuthenticatedClient | Client, response: httpx.Response
|
|
49
|
+
) -> Response[ChatDoc | HTTPValidationError]:
|
|
50
|
+
return Response(
|
|
51
|
+
status_code=HTTPStatus(response.status_code),
|
|
52
|
+
content=response.content,
|
|
53
|
+
headers=response.headers,
|
|
54
|
+
parsed=_parse_response(client=client, response=response),
|
|
55
|
+
)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
def sync_detailed(
|
|
59
|
+
id: str,
|
|
60
|
+
*,
|
|
61
|
+
client: AuthenticatedClient,
|
|
62
|
+
) -> Response[ChatDoc | HTTPValidationError]:
|
|
63
|
+
"""Delete Chat
|
|
64
|
+
|
|
65
|
+
Args:
|
|
66
|
+
id (str):
|
|
67
|
+
|
|
68
|
+
Raises:
|
|
69
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
70
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
71
|
+
|
|
72
|
+
Returns:
|
|
73
|
+
Response[ChatDoc | HTTPValidationError]
|
|
74
|
+
"""
|
|
75
|
+
|
|
76
|
+
kwargs = _get_kwargs(
|
|
77
|
+
id=id,
|
|
78
|
+
)
|
|
79
|
+
|
|
80
|
+
response = client.get_httpx_client().request(
|
|
81
|
+
**kwargs,
|
|
82
|
+
)
|
|
83
|
+
|
|
84
|
+
return _build_response(client=client, response=response)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
def sync(
|
|
88
|
+
id: str,
|
|
89
|
+
*,
|
|
90
|
+
client: AuthenticatedClient,
|
|
91
|
+
) -> ChatDoc | HTTPValidationError | None:
|
|
92
|
+
"""Delete Chat
|
|
93
|
+
|
|
94
|
+
Args:
|
|
95
|
+
id (str):
|
|
96
|
+
|
|
97
|
+
Raises:
|
|
98
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
99
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
100
|
+
|
|
101
|
+
Returns:
|
|
102
|
+
ChatDoc | HTTPValidationError
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
return sync_detailed(
|
|
106
|
+
id=id,
|
|
107
|
+
client=client,
|
|
108
|
+
).parsed
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
async def asyncio_detailed(
|
|
112
|
+
id: str,
|
|
113
|
+
*,
|
|
114
|
+
client: AuthenticatedClient,
|
|
115
|
+
) -> Response[ChatDoc | HTTPValidationError]:
|
|
116
|
+
"""Delete Chat
|
|
117
|
+
|
|
118
|
+
Args:
|
|
119
|
+
id (str):
|
|
120
|
+
|
|
121
|
+
Raises:
|
|
122
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
123
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
124
|
+
|
|
125
|
+
Returns:
|
|
126
|
+
Response[ChatDoc | HTTPValidationError]
|
|
127
|
+
"""
|
|
128
|
+
|
|
129
|
+
kwargs = _get_kwargs(
|
|
130
|
+
id=id,
|
|
131
|
+
)
|
|
132
|
+
|
|
133
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
134
|
+
|
|
135
|
+
return _build_response(client=client, response=response)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
async def asyncio(
|
|
139
|
+
id: str,
|
|
140
|
+
*,
|
|
141
|
+
client: AuthenticatedClient,
|
|
142
|
+
) -> ChatDoc | HTTPValidationError | None:
|
|
143
|
+
"""Delete Chat
|
|
144
|
+
|
|
145
|
+
Args:
|
|
146
|
+
id (str):
|
|
147
|
+
|
|
148
|
+
Raises:
|
|
149
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
150
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
151
|
+
|
|
152
|
+
Returns:
|
|
153
|
+
ChatDoc | HTTPValidationError
|
|
154
|
+
"""
|
|
155
|
+
|
|
156
|
+
return (
|
|
157
|
+
await asyncio_detailed(
|
|
158
|
+
id=id,
|
|
159
|
+
client=client,
|
|
160
|
+
)
|
|
161
|
+
).parsed
|