tests/gateway/test_discord_reply_mode.py::TestReplyToModeConfig::test_default_mode_is_first tests/gateway/test_discord_reply_mode.py::TestReplyToModeConfig::test_off_mode tests/gateway/test_discord_reply_mode.py::TestReplyToModeConfig::test_first_mode tests/gateway/test_discord_reply_mode.py::TestReplyToModeConfig::test_all_mode tests/gateway/test_discord_reply_mode.py::TestReplyToModeConfig::test_invalid_mode_stored_as_is tests/gateway/test_discord_reply_mode.py::TestReplyToModeConfig::test_none_mode_defaults_to_first tests/gateway/test_discord_reply_mode.py::TestReplyToModeConfig::test_empty_string_mode_defaults_to_first tests/gateway/test_discord_reply_mode.py::TestSendWithReplyToMode::test_off_mode_no_reply_reference tests/gateway/test_discord_reply_mode.py::TestSendWithReplyToMode::test_first_mode_only_first_chunk_references tests/gateway/test_discord_reply_mode.py::TestSendWithReplyToMode::test_all_mode_all_chunks_reference tests/gateway/test_discord_reply_mode.py::TestSendWithReplyToMode::test_no_reply_to_param_no_reference tests/gateway/test_discord_reply_mode.py::TestSendWithReplyToMode::test_single_chunk_respects_first_mode tests/gateway/test_discord_reply_mode.py::TestSendWithReplyToMode::test_single_chunk_off_mode tests/gateway/test_discord_reply_mode.py::TestSendWithReplyToMode::test_invalid_mode_falls_back_to_first_behavior tests/gateway/test_discord_reply_mode.py::TestConfigSerialization::test_to_dict_includes_reply_to_mode tests/gateway/test_discord_reply_mode.py::TestConfigSerialization::test_from_dict_loads_reply_to_mode tests/gateway/test_discord_reply_mode.py::TestConfigSerialization::test_from_dict_defaults_to_first tests/gateway/test_discord_reply_mode.py::TestEnvVarOverride::test_env_var_sets_off_mode tests/gateway/test_discord_reply_mode.py::TestEnvVarOverride::test_env_var_sets_all_mode tests/gateway/test_discord_reply_mode.py::TestEnvVarOverride::test_env_var_case_insensitive tests/gateway/test_discord_reply_mode.py::TestEnvVarOverride::test_env_var_invalid_value_ignored tests/gateway/test_discord_reply_mode.py::TestEnvVarOverride::test_env_var_empty_value_ignored tests/gateway/test_discord_reply_mode.py::TestEnvVarOverride::test_env_var_creates_platform_config_if_missing tests/gateway/test_discord_reply_mode.py::TestReplyToText::test_no_reference_both_none tests/gateway/test_discord_reply_mode.py::TestReplyToText::test_reference_without_resolved tests/gateway/test_discord_reply_mode.py::TestReplyToText::test_reference_with_resolved_content tests/gateway/test_discord_reply_mode.py::TestReplyToText::test_reference_with_empty_resolved_content tests/gateway/test_discord_reply_mode.py::TestReplyToText::test_reference_with_deleted_message tests/gateway/test_discord_reply_mode.py::TestYamlConfigLoading::test_top_level_reply_to_mode_off tests/gateway/test_discord_reply_mode.py::TestYamlConfigLoading::test_top_level_reply_to_mode_all tests/gateway/test_discord_reply_mode.py::TestYamlConfigLoading::test_extra_reply_to_mode_off tests/gateway/test_discord_reply_mode.py::TestYamlConfigLoading::test_env_var_takes_precedence_over_yaml tests/gateway/test_discord_reply_mode.py::TestYamlConfigLoading::test_top_level_takes_precedence_over_extra