[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-10-25 10:06:43 +00:00
parent 9967eff2f9
commit dcd8c33f7c
26 changed files with 5450 additions and 2661 deletions
@@ -381,6 +381,8 @@ spec/services/service/ai/agent/run/context/entity_spec.rb
spec/services/service/ai/agent/run/context/instruction/object_attributes/relation_spec.rb
spec/services/service/ai/agent/run_spec.rb
spec/services/service/ai/analytics/upsert_usage_spec.rb
spec/services/service/ai/analytics/generate_report/with_usages_spec.rb
spec/services/service/ai/analytics/generate_report/errors_spec.rb
spec/services/service/ai/vectordb/reload_spec.rb
spec/services/service/ai/vectordb/similarity_search_spec.rb
spec/services/service/ai/vectordb/drop_table_spec.rb
@@ -1183,8 +1185,8 @@ spec/system/apps/mobile_old/tickets/ticket_spec.rb
spec/system/apps/mobile_old/tickets/ticket_list_permissions_spec.rb
spec/system/sipgate_spec.rb
spec/system/admin/ai/text_tool_spec.rb
spec/system/admin/ai/providers_spec.rb
spec/system/admin/ai/ticket_summary_spec.rb
spec/system/admin/ai/provider_spec.rb
spec/system/admin/knowledge_base/public_menu_spec.rb
spec/system/admin/knowledge_base/delete_spec.rb
spec/system/admin/knowledge_base/theme_spec.rb
@@ -1364,6 +1366,7 @@ spec/lib/ai/provider/open_ai_spec.rb
spec/lib/ai/provider/mistral_spec.rb
spec/lib/ai/provider/anthropic_spec.rb
spec/lib/ai/vectordb_spec.rb
spec/lib/ai/service/text_tool/result_spec.rb
spec/lib/ai/service/text_tool_spec.rb
spec/lib/ai/service/ai_agent_spec.rb
spec/lib/ai/provider_spec.rb
@@ -1717,6 +1720,25 @@ spec/lib/auth/two_factor_spec.rb
spec/lib/signature_detection_spec.rb
spec/lib/pseudonymisation_spec.rb
spec/lib/language_detection_helper_spec.rb
spec/fixtures/files/ai/text_tool/input019.json
spec/fixtures/files/ai/text_tool/input013.json
spec/fixtures/files/ai/text_tool/input008.json
spec/fixtures/files/ai/text_tool/input009.json
spec/fixtures/files/ai/text_tool/input010.json
spec/fixtures/files/ai/text_tool/input006.json
spec/fixtures/files/ai/text_tool/input012.json
spec/fixtures/files/ai/text_tool/input002.json
spec/fixtures/files/ai/text_tool/input014.json
spec/fixtures/files/ai/text_tool/input018.json
spec/fixtures/files/ai/text_tool/input003.json
spec/fixtures/files/ai/text_tool/input004.json
spec/fixtures/files/ai/text_tool/input001.json
spec/fixtures/files/ai/text_tool/input015.json
spec/fixtures/files/ai/text_tool/input007.json
spec/fixtures/files/ai/text_tool/input005.json
spec/fixtures/files/ai/text_tool/input011.json
spec/fixtures/files/ai/text_tool/input016.json
spec/fixtures/files/ai/text_tool/input017.json
spec/fixtures/files/integration/elasticsearch/es-too-big.txt
spec/fixtures/files/integration/elasticsearch/es-pdf1.pdf
spec/fixtures/files/integration/elasticsearch/es-normal.txt
@@ -2078,6 +2100,7 @@ spec/rubocop/cop/zammad/active_record_reorder_spec.rb
spec/rubocop/cop/zammad/ensures_time_zone_at_spec_top_level_spec.rb
spec/requests/http_logs_spec.rb
spec/requests/ai/analytics/usages_spec.rb
spec/requests/ai/analytics/downloads_spec.rb
spec/requests/import_kayako_spec.rb
spec/requests/integration/sipgate_spec.rb
spec/requests/integration/pgp_spec.rb
@@ -2427,6 +2450,7 @@ spec/policies/macro_policy_spec.rb
spec/policies/template_policy/scope_spec.rb
spec/policies/text_module_policy/scope_spec.rb
spec/policies/controllers/ticket_shared_draft_zoom_controller_policy_spec.rb
spec/policies/controllers/ai/analytics/downloads_controller_policy_spec.rb
spec/policies/controllers/integration/pgp_controller_policy_spec.rb
spec/policies/controllers/time_accountings_controller_policy_spec.rb
spec/policies/controllers/links_controller_policy_spec.rb
@@ -3085,6 +3109,8 @@ lib/enrichment/clearbit/user.rb
lib/selector/sql.rb
lib/selector/base.rb
lib/selector/search_index.rb
lib/excel_sheet/ai/analytics/errors.rb
lib/excel_sheet/ai/analytics/with_usage.rb
lib/excel_sheet/ticket.rb
lib/monitoring_helper.rb
lib/user_context.rb
@@ -4399,6 +4425,9 @@ app/services/service/ai/agent/run/perform/agent.rb
app/services/service/ai/agent/run/context.rb
app/services/service/ai/agent/run.rb
app/services/service/ai/analytics/upsert_usage.rb
app/services/service/ai/analytics/generate_report/errors.rb
app/services/service/ai/analytics/generate_report/with_usages.rb
app/services/service/ai/analytics/generate_report/base.rb
app/services/service/ai/vectordb/rebuild.rb
app/services/service/ai/vectordb/available.rb
app/services/service/ai/vectordb/base.rb
@@ -6425,9 +6454,10 @@ app/assets/javascripts/app/views/widget/ticket_stats_list.jst.eco
app/assets/javascripts/app/views/widget/ticket_stats.jst.eco
app/assets/javascripts/app/views/widget/tag.jst.eco
app/assets/javascripts/app/views/ai/ticket_summary.jst.eco
app/assets/javascripts/app/views/ai/provider.jst.eco
app/assets/javascripts/app/views/ai/missing_provider_alert.jst.eco
app/assets/javascripts/app/views/ai/ai_feedback_widget.jst.eco
app/assets/javascripts/app/views/ai/providers.jst.eco
app/assets/javascripts/app/views/ai/provider_logs.jst.eco
app/assets/javascripts/app/views/reorder_modal.jst.eco
app/assets/javascripts/app/views/integration/ldap_user_attribute_row.jst.eco
app/assets/javascripts/app/views/integration/pgp.jst.eco
@@ -7287,10 +7317,10 @@ app/assets/javascripts/app/controllers/_ai/_feature_base.coffee
app/assets/javascripts/app/controllers/_ai/ai_feedback_widget.coffee
app/assets/javascripts/app/controllers/_ai/text_tool.coffee
app/assets/javascripts/app/controllers/_ai/ai_agent.coffee
app/assets/javascripts/app/controllers/_ai/provider.coffee
app/assets/javascripts/app/controllers/_ai/form_handler_ai_agent_type_help.coffee
app/assets/javascripts/app/controllers/_ai/ticket_summary.coffee
app/assets/javascripts/app/controllers/_ai/form_handler_ai_agent_unused_warning.coffee
app/assets/javascripts/app/controllers/_ai/providers.coffee
app/assets/javascripts/app/controllers/dark_mode.coffee
app/assets/javascripts/app/controllers/welcome.coffee
app/assets/javascripts/app/controllers/core_workflow.coffee
@@ -7618,6 +7648,7 @@ app/controllers/tags_controller.rb
app/controllers/import_freshdesk_controller.rb
app/controllers/search_controller.rb
app/controllers/triggers_controller.rb
app/controllers/ai/analytics/downloads_controller.rb
app/controllers/ai/analytics/usages_controller.rb
app/controllers/macros_controller.rb
app/controllers/integration/sipgate_controller.rb
@@ -8075,6 +8106,7 @@ app/frontend/apps/mobile/initializer/assets/snippet.svg
app/frontend/apps/mobile/initializer/assets/chat.svg
app/frontend/apps/mobile/initializer/assets/library.svg
app/frontend/apps/mobile/initializer/assets/mail.svg
app/frontend/apps/mobile/initializer/assets/chat-right-text.svg
app/frontend/apps/mobile/initializer/assets/audio.svg
app/frontend/apps/mobile/initializer/assets/camera.svg
app/frontend/apps/mobile/initializer/assets/check.svg
@@ -9253,6 +9285,7 @@ app/frontend/apps/desktop/initializer/assets/check2-all-circle.svg
app/frontend/apps/desktop/initializer/assets/file-image.svg
app/frontend/apps/desktop/initializer/assets/pencil.svg
app/frontend/apps/desktop/initializer/assets/check-square.svg
app/frontend/apps/desktop/initializer/assets/chat-right-text.svg
app/frontend/apps/desktop/initializer/assets/person-add.svg
app/frontend/apps/desktop/initializer/assets/plus-square-fill.svg
app/frontend/apps/desktop/initializer/assets/envelope.svg
@@ -10892,6 +10925,7 @@ app/policies/text_module_policy/scope.rb
app/policies/controllers/templates_controller_policy.rb
app/policies/controllers/public_links_controller_policy.rb
app/policies/controllers/data_privacy_tasks_controller_policy.rb
app/policies/controllers/ai/analytics/downloads_controller_policy.rb
app/policies/controllers/integration/gitlab_controller_policy.rb
app/policies/controllers/integration/smime_controller_policy.rb
app/policies/controllers/integration/ldap_controller_policy.rb
@@ -11385,6 +11419,78 @@ test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_when_embe
test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_does_exchange_data_with_zammadai_endpoint.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_zammadai_as_provider_check_that_grammar_is_correct.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input018_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input013_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input016_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input014_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input019_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input006_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input012_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input005_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input018_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input008_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input005_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input009_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input017_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input002_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input010_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input006_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input015_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input010_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input008_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input010_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input002_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input007_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input013_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input014_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input009_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input007_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input008_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input003_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input014_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input011_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input009_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input002_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input013_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input016_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input014_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input018_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input015_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input019_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input019_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input003_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input004_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input018_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input006_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input005_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input017_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input004_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input005_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input011_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input001_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input015_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input003_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input001_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input016_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input008_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input007_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input009_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input011_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input015_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input011_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input010_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input004_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input019_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input017_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input002_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input017_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input013_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input004_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input007_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_expand_draft_into_well-written_section_is_used_with_input001_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_rewrite_complex_section_and_make_it_easy_to_understand_is_used_with_input001_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_fix_spelling_and_grammar_is_used_with_input006_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/result/ai_text_tool_result_verification_with_zammad_ai_provider_when_summarize_section_to_about_half_its_current_size_is_used_with_input003_json_detects_expected_language_and_html_markup.yml
test/data/vcr_cassettes/lib/ai/service/text_spelling_and_grammar/ai_service_textspellingandgrammar_when_service_is_executed_with_zammadai_as_provider_check_that_grammar_is_correct.yml
test/data/vcr_cassettes/lib/ai/service/text_spelling_and_grammar/ai_service_textspellingandgrammar_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml
test/data/vcr_cassettes/lib/facebook/facebook_to_ticket_works_as_expected.yml